mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 10:20:58 -06:00
UX: Use pointer cursor for wizard buttons
This commit is contained in:
parent
b1692422b1
commit
ea59f43f6c
@ -303,6 +303,7 @@ body.wizard {
|
|||||||
background-color: var(--secondary);
|
background-color: var(--secondary);
|
||||||
color: var(--primary-very-high);
|
color: var(--primary-very-high);
|
||||||
box-shadow: 0 1px 4px rgba(var(--always-black-rgb), 0.4);
|
box-shadow: 0 1px 4px rgba(var(--always-black-rgb), 0.4);
|
||||||
|
cursor: pointer;
|
||||||
|
|
||||||
&.small {
|
&.small {
|
||||||
padding: 0.25em 0.5em;
|
padding: 0.25em 0.5em;
|
||||||
|
Loading…
Reference in New Issue
Block a user