From 5e545d29918750de318e456a20f3ba72e4aa339c Mon Sep 17 00:00:00 2001 From: Jakub Steiner Date: Fri, 20 Jan 2017 14:45:30 +0100 Subject: [PATCH] theme: window-list minimized button - when a window is minimized, it's unfocused, thus the button in the window list should remain raised https://bugzilla.gnome.org/show_bug.cgi?id=775282 --- extensions/window-list/classic.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/extensions/window-list/classic.css b/extensions/window-list/classic.css index 0442ccab..f3c44a3d 100644 --- a/extensions/window-list/classic.css +++ b/extensions/window-list/classic.css @@ -44,7 +44,3 @@ color: #888; box-shadow: inset -1px -1px 1px rgba(0,0,0,0.5); } - - .bottom-panel .window-button.minimized > StWidget { - box-shadow: inset 1px 1px 1px rgba(0,0,0,0.5); - }