Set cursor to default on disabled button
This commit is contained in:
parent
978cf71a1a
commit
f33293ca71
@ -267,7 +267,7 @@ input.mdl-button[type="submit"] {
|
||||
&[disabled][disabled],
|
||||
&.mdl-button--disabled.mdl-button--disabled {
|
||||
color: $button-secondary-color-disabled;
|
||||
cursor: auto;
|
||||
cursor: default;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user