discourse/app/assets/stylesheets/common/base/notifications-button.scss
Joffrey JAFFEUX e924920bec uses select-box for pinned-button
This commit also moves more logic in dropdown-select-box instead of
duplicating it for notifications-options and pinned-options
2017-09-11 19:14:22 +02:00

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;
}
}