Set cursor to default on disabled button

This commit is contained in:
Sergey Slipchenko 2015-10-14 22:26:44 +03:00 committed by Sérgio Gomes
parent 978cf71a1a
commit f33293ca71

View File

@ -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;
}