mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 22:39:36 +08:00
a73fd4227f
Name was incorrect and it was only removing cursor events and not changing style.
24 lines
396 B
SCSS
24 lines
396 B
SCSS
.select-kit.single-select {
|
|
.select-kit-filter {
|
|
display: flex;
|
|
|
|
&.is-expanded {
|
|
padding: 0.25em 0.5em;
|
|
border-top: 1px solid var(--primary-low);
|
|
border-bottom: 1px solid var(--primary-low);
|
|
}
|
|
}
|
|
|
|
&.is-expanded {
|
|
.select-kit-header {
|
|
border-color: var(--tertiary);
|
|
}
|
|
}
|
|
|
|
&.is-disabled {
|
|
.select-kit-header {
|
|
opacity: 0.5;
|
|
}
|
|
}
|
|
}
|