This commit is contained in:
Jeremy Thomas
2017-04-02 14:18:19 +01:00
parent ab6bf8e177
commit 2452a69aa7
4 changed files with 45 additions and 24 deletions

View File

@@ -120,12 +120,17 @@ $input-radius: $radius !default
padding-right: 2.5em
&:hover
border-color: $input-hover-border
&::ms-expand
&::-ms-expand
display: none
// States
&:hover
&:after
border-color: $input-hover
// Colors
@each $name, $pair in $colors
$color: nth($pair, 1)
&.is-#{$name} select
border-color: $color
// Sizes
&.is-small
+control-small