discourse/app/assets/stylesheets/mobile/components/topic-footer-mobile-dropdown.scss
2019-02-07 14:43:33 +01:00

10 lines
133 B
SCSS

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