mirror of
https://github.com/discourse/discourse.git
synced 2025-02-16 16:24:55 +00:00
BUGFIX: fix selected & unread notifications dropdown background color
This commit is contained in:
parent
7870afbfd4
commit
8cf937cdcb
@ -1,5 +1,5 @@
|
||||
$primary: #333 !default;
|
||||
$secondary: #fff !default;
|
||||
$primary: #333333 !default;
|
||||
$secondary: #ffffff !default;
|
||||
$tertiary: #0088cc !default;
|
||||
$highlight: #ffff4d !default;
|
||||
$danger: #e45735 !default;
|
||||
|
@ -183,7 +183,7 @@
|
||||
line-height: 15px;
|
||||
}
|
||||
.selected {
|
||||
background-color: $tertiary;
|
||||
background-color: scale-color($tertiary, $lightness: 75%);
|
||||
}
|
||||
|
||||
// Notifications
|
||||
@ -193,7 +193,7 @@
|
||||
color: scale-color($primary, $lightness: 50%);
|
||||
}
|
||||
li {
|
||||
background-color: $tertiary;
|
||||
background-color: scale-color($tertiary, $lightness: 75%);
|
||||
}
|
||||
.read {
|
||||
background-color: $secondary;
|
||||
|
Loading…
x
Reference in New Issue
Block a user