From d142f594780e940fd48063b969048bff4c0bf208 Mon Sep 17 00:00:00 2001 From: monday Date: Sat, 2 Nov 2019 07:57:10 +0000 Subject: [PATCH] theme: Adjust system-menu-action buttons https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/802 --- data/theme/gnome-shell-sass/_common.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/data/theme/gnome-shell-sass/_common.scss b/data/theme/gnome-shell-sass/_common.scss index 9724a8f97..1b59edf50 100644 --- a/data/theme/gnome-shell-sass/_common.scss +++ b/data/theme/gnome-shell-sass/_common.scss @@ -1209,12 +1209,11 @@ StScrollBar { &:hover, &:focus { background-color: $_hover_bg_color; color: $fg_color; - border: none; - padding: 14px; } &:active { background-color: $selected_bg_color; color: $selected_fg_color; + border-color: $selected_borders_color; } & > StIcon { icon-size: 16px; }