mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 05:47:31 +08:00
e924920bec
This commit also moves more logic in dropdown-select-box instead of duplicating it for notifications-options and pinned-options
10 lines
338 B
SCSS
10 lines
338 B
SCSS
.notifications-button.notifications-button.notifications-button {
|
|
.d-icon.regular, .d-icon.muted, .d-icon.watching-first-post {
|
|
color: dark-light-choose(scale-color($primary, $lightness: 40%), scale-color($secondary, $lightness: 60%));
|
|
}
|
|
.d-icon.tracking, .d-icon.watching {
|
|
color: $tertiary;
|
|
font-weight: normal;
|
|
}
|
|
}
|