[gnome-shell-extensions] classic: Fixup panel styling after gnome-shell changes



commit 505a7f4ac9f6d3647530ee641afcef1fa8a51108
Author: Jonas Dreßler <verdre v0yd nl>
Date:   Tue Jan 12 11:35:34 2021 +0100

    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: <https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/153>

 data/gnome-classic.scss | 12 ++++++++++++
 1 file changed, 12 insertions(+)
---
diff --git a/data/gnome-classic.scss b/data/gnome-classic.scss
index b573ec8..c4d95c9 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;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]