discourse/app/assets/stylesheets/mobile/components/topic-footer-mobile-dropdown.scss
2019-12-09 11:15:47 -08:00

15 lines
217 B
SCSS

.topic-footer-mobile-dropdown {
.select-kit-row {
&.bookmarked {
.d-icon {
color: $tertiary;
}
}
&.featured-on-profile {
.d-icon {
color: $tertiary;
}
}
}
}