FIX: notification badge colors on mobile
This commit is contained in:
parent
d06720d059
commit
877302884b
|
@ -24,10 +24,7 @@
|
||||||
|
|
||||||
.icons {
|
.icons {
|
||||||
.badge-notification {
|
.badge-notification {
|
||||||
color: $tertiary !important;
|
color: $secondary;
|
||||||
/* this !important is a terrible hack but the badge colors are
|
|
||||||
being overridden in a way I can't figure out on mobile, appears
|
|
||||||
to be a CSS precedence problem */
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.active .icon {
|
.active .icon {
|
||||||
|
|
|
@ -91,10 +91,12 @@
|
||||||
td {
|
td {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a.title {color: $primary;}
|
||||||
|
a.title:visited:not(.badge-notification) {color: scale-color($primary, $lightness: 35%);}
|
||||||
|
|
||||||
.main-link {
|
.main-link {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
a {color: $primary;}
|
|
||||||
a:visited {color: scale-color($primary, $lightness: 50%);}
|
|
||||||
i.score {
|
i.score {
|
||||||
color: $success;
|
color: $success;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
Loading…
Reference in New Issue