From 6ae8473156a0530519a8ba14c9c769e450190ee0 Mon Sep 17 00:00:00 2001 From: drakkar1969 Date: Thu, 16 May 2019 12:43:28 +0200 Subject: [PATCH] Fix gnome shell panel menu corner radius (#242) --- common/gnome-shell/3.30/sass/_common.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/common/gnome-shell/3.30/sass/_common.scss b/common/gnome-shell/3.30/sass/_common.scss index 4117f0c..f5da7a4 100644 --- a/common/gnome-shell/3.30/sass/_common.scss +++ b/common/gnome-shell/3.30/sass/_common.scss @@ -620,6 +620,7 @@ StScrollBar { min-width: 15em; color: $fg_color; background-color: $panelmenu_bg_color; + border-radius: 3px; .popup-menu-arrow { } //defined globally in the TOP BAR .popup-sub-menu {