[gnome-shell/wip/snwh/style-updates: 98/100] theme: adjustments to sliders and panel popovers
- From: Sam Hewitt <snwh src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell/wip/snwh/style-updates: 98/100] theme: adjustments to sliders and panel popovers
- Date: Thu, 13 Jan 2022 19:08:39 +0000 (UTC)
commit a89b77423af5e95482fc16678466d0112bd27ab4
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]