classic: No special casing of notifications
The default already handles light variant. https://gitlab.gnome.org/GNOME/gnome-shell-extensions/merge_requests/82
This commit is contained in:
committed by
Florian Müllner
parent
56e2a570e3
commit
3fa750ce17
@@ -93,15 +93,3 @@ $variant: 'light';
|
||||
background-image: url("calendar-today.svg");
|
||||
}
|
||||
|
||||
.message-list-clear-button.button {
|
||||
color: $fg_color
|
||||
}
|
||||
|
||||
.notification-banner {
|
||||
background-color: $bg_color !important;
|
||||
color: $fg_color;
|
||||
.notification-button {
|
||||
background-color: darken($bg_color,5%);
|
||||
&:hover, &focus { background-color: darken($bg_color,2%); }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user