mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 02:30:57 +08:00
12 lines
143 B
SCSS
12 lines
143 B
SCSS
.select-kit {
|
|
&.is-expanded {
|
|
z-index: z("dropdown");
|
|
}
|
|
|
|
.select-kit-filter {
|
|
.filter-input {
|
|
font-size: 16px;
|
|
}
|
|
}
|
|
}
|