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
This commit is contained in:
Jakub Steiner
2017-01-20 14:45:30 +01:00
parent 4d1105e361
commit 5e545d2991
-4
View File
@@ -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);
}