From 063611eb086571c6a2c52433d10652f617c3373b Mon Sep 17 00:00:00 2001 From: Rob Theriault Date: Wed, 6 Jul 2022 15:02:34 -0400 Subject: [PATCH] Use the variables for dash-to-dock dash-to-dock on gnome 42 was not transparent and has a border --- src/other/dash-to-dock/_dash-to-dock-4.scss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/other/dash-to-dock/_dash-to-dock-4.scss b/src/other/dash-to-dock/_dash-to-dock-4.scss index 471fb5e..1969c4d 100644 --- a/src/other/dash-to-dock/_dash-to-dock-4.scss +++ b/src/other/dash-to-dock/_dash-to-dock-4.scss @@ -244,7 +244,8 @@ $osd_fg_color: #eeeeec; } #dashtodockContainer.dashtodock #dash .dash-background { - background: #2e3436; + background: $dash_background_color; + border-width: 0; } #dashtodockContainer.dashtodock .progress-bar { @@ -256,7 +257,7 @@ $osd_fg_color: #eeeeec; #dashtodockContainer.top #dash .placeholder, #dashtodockContainer.bottom #dash .placeholder { - width: 32px; + width: $dash_placeholder_size; height: 1px; }