Fix disabled buttons

This commit is contained in:
Jeremy Thomas
2017-03-31 22:25:53 +01:00
parent ff2a561c7e
commit 2c6aabcde7
8 changed files with 684 additions and 1299 deletions

View File

@@ -25,9 +25,8 @@ $control-radius-small: $radius-small !default
&:active,
&.is-active
outline: none
&[disabled],
&.is-disabled
pointer-events: none
&[disabled]
cursor: not-allowed
// The controls sizes use mixins so they can be used at different breakpoints
=control-small