[gnome-shell/wip/snwh/style-updates: 81/100] theme: fix dash separator color




commit 624775d963a3c21d27a47724b8f56665e08cd107
Author: Sam Hewitt <sam snwh org>
Date:   Mon Jan 3 11:50:03 2022 -0330

    theme: fix dash separator color

 data/theme/gnome-shell-sass/widgets/_dash.scss | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/data/theme/gnome-shell-sass/widgets/_dash.scss b/data/theme/gnome-shell-sass/widgets/_dash.scss
index 8a2351bf52..16ed3bd513 100644
--- a/data/theme/gnome-shell-sass/widgets/_dash.scss
+++ b/data/theme/gnome-shell-sass/widgets/_dash.scss
@@ -44,7 +44,7 @@ $dash_border_radius: $modal_radius + 2px;
 .dash-separator {
   width: 1px;
   margin: 0 ($dash_spacing + ($dash_padding / 2)) $dash_bottom_margin;
-  background-color: transparentize($osd_fg_color,0.7);
+  background-color: transparentize($borders_color,0.5);
 }
 
 // OSD Tooltip


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