2020-02-03 08:22:14 -05:00
|
|
|
.select-kit.single-select {
|
|
|
|
.select-kit-filter {
|
|
|
|
display: flex;
|
|
|
|
|
|
|
|
&.is-expanded {
|
2020-08-03 22:57:10 -04:00
|
|
|
border-bottom: 1px solid var(--primary-low);
|
2020-02-03 08:22:14 -05:00
|
|
|
}
|
|
|
|
}
|
2020-04-22 07:02:20 -04:00
|
|
|
|
2021-02-03 11:45:54 -05:00
|
|
|
&.is-expanded .select-kit-header:not(.btn),
|
|
|
|
.select-kit-header:not(.btn):focus,
|
|
|
|
.select-kit-header:not(.btn):active {
|
|
|
|
@include default-focus;
|
2020-04-22 07:02:20 -04:00
|
|
|
}
|
2020-10-13 05:31:07 -04:00
|
|
|
|
2021-08-23 04:44:19 -04:00
|
|
|
.select-kit-header:focus {
|
|
|
|
@include default-focus;
|
|
|
|
}
|
|
|
|
|
2021-02-03 11:45:54 -05:00
|
|
|
.select-kit-header.btn:focus,
|
|
|
|
.select-kit-header.btn:active {
|
|
|
|
outline: none;
|
|
|
|
}
|
2021-08-23 04:44:19 -04:00
|
|
|
|
2020-10-13 05:31:07 -04:00
|
|
|
&.is-disabled {
|
|
|
|
.select-kit-header {
|
|
|
|
opacity: 0.5;
|
|
|
|
}
|
|
|
|
}
|
2020-02-03 08:22:14 -05:00
|
|
|
}
|