mirror of
https://github.com/discourse/discourse.git
synced 2025-01-10 00:44:14 +08:00
10 lines
133 B
SCSS
10 lines
133 B
SCSS
|
.topic-footer-mobile-dropdown {
|
||
|
.select-kit-row {
|
||
|
&.bookmarked {
|
||
|
.d-icon {
|
||
|
color: $tertiary;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|