theme: Add interactive styling to .events-section-title again

Since it's an interactive element, interactive styling is still needed.

https://gitlab.gnome.org/GNOME/gnome-shell/issues/2088
This commit is contained in:
nana-4 2020-01-25 13:13:20 +09:00 committed by Florian Müllner
parent 1263f84c3f
commit 40f7d61524

View File

@ -64,9 +64,9 @@
} }
.events-section-title { .events-section-title {
@include notification_bubble($flat: true);
color: desaturate(darken($fg_color,40%), 10%); color: desaturate(darken($fg_color,40%), 10%);
font-weight: bold; font-weight: bold;
border-radius: 4px;
padding: .4em; padding: .4em;
} }