From 40f7d615248cf6fea638f76695abac28d7d84ce6 Mon Sep 17 00:00:00 2001 From: nana-4 Date: Sat, 25 Jan 2020 13:13:20 +0900 Subject: [PATCH] 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 --- data/theme/gnome-shell-sass/widgets/_calendar.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/theme/gnome-shell-sass/widgets/_calendar.scss b/data/theme/gnome-shell-sass/widgets/_calendar.scss index fa1e75fe8..e22e70618 100644 --- a/data/theme/gnome-shell-sass/widgets/_calendar.scss +++ b/data/theme/gnome-shell-sass/widgets/_calendar.scss @@ -64,9 +64,9 @@ } .events-section-title { + @include notification_bubble($flat: true); color: desaturate(darken($fg_color,40%), 10%); font-weight: bold; - border-radius: 4px; padding: .4em; }