From 70694411b8b576490fd936d6cc0720a605264361 Mon Sep 17 00:00:00 2001 From: Vladyslav Hroshev Date: Sun, 31 Dec 2023 22:26:16 +0200 Subject: [PATCH] Fix #14 black border in dash on Ubuntu --- theme/gnome-shell_css/apps.css | 1 + 1 file changed, 1 insertion(+) diff --git a/theme/gnome-shell_css/apps.css b/theme/gnome-shell_css/apps.css index 3bdda4b..0cd1c8e 100644 --- a/theme/gnome-shell_css/apps.css +++ b/theme/gnome-shell_css/apps.css @@ -150,6 +150,7 @@ #dash .dash-background { background-color: DASH-COLOR; box-shadow: inset 0 0 0 1px BORDER-MENU-SHADOW; + border: none; /* remove black border on ubuntu */ padding: 4px 2px 4px 2px; border-radius: 21px; }