mirror of
https://github.com/discourse/discourse.git
synced 2024-12-15 22:54:39 +08:00
10 lines
133 B
SCSS
10 lines
133 B
SCSS
|
.topic-footer-mobile-dropdown {
|
||
|
.select-kit-row {
|
||
|
&.bookmarked {
|
||
|
.d-icon {
|
||
|
color: $tertiary;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|