select-kit consistency fix

This commit is contained in:
Kris 2018-05-03 11:08:14 -04:00
parent 7d223c0e55
commit f69c289fcf
2 changed files with 5 additions and 11 deletions

View File

@ -88,10 +88,6 @@
border: 1px solid $tertiary;
box-shadow: shadow("focus");
}
.select-kit-body {
border-radius: 0 0 3px 3px ;
}
}
&.is-expanded.is-above {
@ -109,10 +105,10 @@
.select-kit-row {
font-weight: bold;
}
}
&.is-expanded .select-kit-wrapper, .select-kit-wrapper {
display: none;
}
&.is-expanded .select-kit-wrapper, .select-kit-wrapper {
display: none;
}
}
}

View File

@ -17,10 +17,8 @@
}
.select-kit-body {
max-width: 500px;
width: 500px;
border: 1px solid $tertiary;
box-shadow: shadow("focus")
max-width: 32em;
width: 32em;
}
.select-kit-header {