This commit is contained in:
Jeremy Thomas
2017-04-02 14:03:52 +01:00
parent 15122898b5
commit ab6bf8e177
4 changed files with 52 additions and 6 deletions

View File

@@ -186,11 +186,16 @@ $input-radius: $radius !default
.input,
.select select
border-radius: 0
&:hover
&:hover,
&.is-hovered
z-index: 2
&:focus,
&:active
&.is-focused,
&:active,
&.is-active
z-index: 3
&:hover
z-index: 4
&.is-expanded
flex-grow: 1
flex-shrink: 0