mirror of
https://github.com/discourse/discourse.git
synced 2024-12-01 10:36:32 +08:00
21 lines
339 B
SCSS
21 lines
339 B
SCSS
.select-kit {
|
|
&.combo-box {
|
|
&.topic-footer-mobile-dropdown {
|
|
.select-kit-row {
|
|
.svg-icon-title {
|
|
margin-right: 0.5em;
|
|
}
|
|
&.bookmarked {
|
|
.d-icon {
|
|
color: $tertiary;
|
|
}
|
|
}
|
|
}
|
|
|
|
.select-kit-collection {
|
|
max-height: 100%;
|
|
}
|
|
}
|
|
}
|
|
}
|