set curstor to default on [disabled] button & button-like inputs

This commit is contained in:
Nicolas Cusan
2019-01-14 18:15:41 +01:00
parent dac89020b2
commit 4d94f51fde

View File

@@ -285,6 +285,13 @@ button,
appearance: none;
}
button[disabled],
[type='button'][disabled],
[type='reset'][disabled],
[type='submit'][disabled] {
cursor: default;
}
/**
* Remove the inner border and padding in Firefox.
*/