[gnome-shell/wip/snwh/style-updates] theme: adjustments to sliders and panel popovers



commit 31d8b5b5fe995f758f7945fc0537f674a12cdacc
Author: Sam Hewitt <sam snwh org>
Date:   Wed Jan 5 16:43:31 2022 -0330

    theme: adjustments to sliders and panel popovers

 data/theme/gnome-shell-sass/widgets/_popovers.scss | 2 +-
 data/theme/gnome-shell-sass/widgets/_slider.scss   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/data/theme/gnome-shell-sass/widgets/_popovers.scss 
b/data/theme/gnome-shell-sass/widgets/_popovers.scss
index 2d977536c6..beb674fc76 100644
--- a/data/theme/gnome-shell-sass/widgets/_popovers.scss
+++ b/data/theme/gnome-shell-sass/widgets/_popovers.scss
@@ -19,7 +19,7 @@
 
   //.popup-status-menu-item { font-weight: normal;  color: pink; } //dunno what that is
   &.panel-menu {
-    -boxpointer-gap: $base_margin; // distance from the panel
+    -boxpointer-gap: $base_margin+2px; // distance from the panel
     
     // override popover styles for panel menus so
     // we can draw a box shadow and no arrow
diff --git a/data/theme/gnome-shell-sass/widgets/_slider.scss 
b/data/theme/gnome-shell-sass/widgets/_slider.scss
index 10b9398930..f02c5ec7d3 100644
--- a/data/theme/gnome-shell-sass/widgets/_slider.scss
+++ b/data/theme/gnome-shell-sass/widgets/_slider.scss
@@ -6,7 +6,7 @@ $slider_size: 16px;
   height: $slider_size;
   // slider trough
   -barlevel-height: 4px;
-  -barlevel-background-color: $borders_color; //background of the trough
+  -barlevel-background-color: transparentize($fg_color, 0.8); //background of the trough
   -barlevel-border-width: 2px; 
   -barlevel-border-color: transparent; // trough border color
   // fill style


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