From 505a7f4ac9f6d3647530ee641afcef1fa8a51108 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20Dre=C3=9Fler?= Date: Tue, 12 Jan 2021 11:35:34 +0100 Subject: [PATCH] classic: Fixup panel styling after gnome-shell changes We don't want a transparent panel in the classic session (this is already taken care of by the existing panel background-color overrides), and we want to avoid the new pill-shaped hover/focus indicators in the classic session. For the gnome-shell changes, see https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1397. Part-of: --- data/gnome-classic.scss | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/data/gnome-classic.scss b/data/gnome-classic.scss index b573ec85..c4d95c90 100644 --- a/data/gnome-classic.scss +++ b/data/gnome-classic.scss @@ -33,6 +33,18 @@ $variant: 'light'; font-weight: normal; color: $fg_color; text-shadow: none; + transition-duration: 0ms; + border: 0; + border-radius: 0px; + + &.clock-display { + .clock { + transition-duration: 0ms; + border: 0; + border-radius: 0px; + } + } + &:hover { color: lighten($fg_color,10%); text-shadow: none;