mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 22:50:45 +08:00
21 lines
290 B
SCSS
21 lines
290 B
SCSS
.select-kit {
|
|
&.dropdown-select-box {
|
|
.select-kit-collection {
|
|
overflow-y: auto;
|
|
}
|
|
|
|
.select-kit-row {
|
|
.svg-icon-title {
|
|
width: auto;
|
|
height: auto;
|
|
}
|
|
|
|
.texts {
|
|
.name {
|
|
font-weight: normal;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|