[gnome-shell/wip/snwh/style-updates] theme: fix dash separator color
- From: Sam Hewitt <snwh src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell/wip/snwh/style-updates] theme: fix dash separator color
- Date: Mon, 3 Jan 2022 15:38:31 +0000 (UTC)
commit 68e50a196c2c750b1077e7b08f806f0b50e57f13
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]