This commit is contained in:
Kris 2018-10-01 11:59:21 -04:00
parent eca671b972
commit 1897155479
2 changed files with 1 additions and 2 deletions

View File

@ -20,7 +20,7 @@
border: 1px solid $primary-medium;
font-size: $font-0;
transition: none;
height: 10px // IE11 needs any height here for vertical centering, overriden elsewhere by min-height
height: 10px; // IE11 needs any height here for vertical centering, overriden elsewhere by min-height
}
.select-kit {
align-self: center;

View File

@ -25,7 +25,6 @@
}
.category-drop-header {
&.is-none .selected-name {
color: inherit;
}