This commit is contained in:
Jeremy Thomas
2016-06-29 23:59:48 +01:00
parent 02313b85eb
commit 91d04459db
22 changed files with 72 additions and 70 deletions

View File

@@ -2,7 +2,7 @@
-moz-appearance: none
-webkit-appearance: none
align-items: center
background: $control-background
background-color: $control-background
border: 1px solid $control-border
border-radius: $radius
color: $control
@@ -24,7 +24,7 @@
outline: none
&[disabled],
&.is-disabled
background: $background
background-color: $background
border-color: $control-border
cursor: not-allowed
pointer-events: none