From 023bc95812187f01d472473d15cdb126f70af6a2 Mon Sep 17 00:00:00 2001 From: Vince Date: Fri, 31 Dec 2021 10:28:32 +0800 Subject: [PATCH] update --- src/other/dash-to-dock/_dash-to-dock-3.scss | 8 ++++---- src/sass/gnome-shell/extensions-3-28/_dash-to-dock.scss | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/other/dash-to-dock/_dash-to-dock-3.scss b/src/other/dash-to-dock/_dash-to-dock-3.scss index 3f3e936..b443c1b 100644 --- a/src/other/dash-to-dock/_dash-to-dock-3.scss +++ b/src/other/dash-to-dock/_dash-to-dock-3.scss @@ -89,18 +89,18 @@ } } - &.dashtodock #dash { background: $dash_bg; } + &.dashtodock #dash { background-color: $dash_bg; } &.opaque #dash { // solid-mode - background: $dash_bg; + background-color: $dash_bg; } &.transparent #dash { // translucent-mode - background: $dash_bg; // does not work + background-color: $dash_bg; // does not work } &:overview #dash { // overview-mode #1 - background: $light_divider_color; + background-color: $light_divider_color; } &.opaque:overview, diff --git a/src/sass/gnome-shell/extensions-3-28/_dash-to-dock.scss b/src/sass/gnome-shell/extensions-3-28/_dash-to-dock.scss index 65d86d4..5f9f78d 100644 --- a/src/sass/gnome-shell/extensions-3-28/_dash-to-dock.scss +++ b/src/sass/gnome-shell/extensions-3-28/_dash-to-dock.scss @@ -28,7 +28,7 @@ color: $light_fg_color; background-color: $primary_color; box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.25); - border-radius: 1000px; + border-radius: $circular_radius; margin: 2px; padding: 0.2em 0.6em; font-weight: bold;