mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 23:23:45 +08:00
15 lines
217 B
SCSS
15 lines
217 B
SCSS
.topic-footer-mobile-dropdown {
|
|
.select-kit-row {
|
|
&.bookmarked {
|
|
.d-icon {
|
|
color: $tertiary;
|
|
}
|
|
}
|
|
&.featured-on-profile {
|
|
.d-icon {
|
|
color: $tertiary;
|
|
}
|
|
}
|
|
}
|
|
}
|