Wizard: Use a pointer as cursor for button-like anchors
This commit is contained in:
parent
aa88c3ba1b
commit
d27434fbb5
|
@ -143,6 +143,7 @@
|
|||
&:hover, &:focus, &:active {
|
||||
background-color: #666;
|
||||
border-color: #666;
|
||||
cursor: pointer;
|
||||
|
||||
&[disabled="1"] {
|
||||
background-color: #aaa;
|
||||
|
|
Loading…
Reference in New Issue