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:
Jakub Steiner
2019-07-16 11:17:10 +02:00
committed by Florian Müllner
parent 56e2a570e3
commit 3fa750ce17
-12
View File
@@ -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%); }
}
}