mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 23:48:45 +08:00
18 lines
309 B
SCSS
18 lines
309 B
SCSS
.select-kit.single-select {
|
|
.select-kit-filter {
|
|
display: flex;
|
|
|
|
&.is-expanded {
|
|
padding: 0.25em 0.5em;
|
|
border-top: 1px solid $primary-low;
|
|
border-bottom: 1px solid $primary-low;
|
|
}
|
|
}
|
|
|
|
&.is-expanded {
|
|
.select-kit-header {
|
|
outline: 1px solid $tertiary;
|
|
}
|
|
}
|
|
}
|