[gnome-panel/wip/geiger/adwaita: 51/52] Adwaita: remove box-shadow from tasklist-button



commit 80effcbf0fbafa139ccc3f43293000d83b728a08
Author: Sebastian Geiger <sbastig gmx net>
Date:   Sat Feb 29 16:42:28 2020 +0100

    Adwaita: remove box-shadow from tasklist-button
    
    This removes a one pixel white box-shadow from the tasklist-button
    which seems to be added by the default Adwaita themes.

 data/theme/Adwaita/gnome-panel.css | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)
---
diff --git a/data/theme/Adwaita/gnome-panel.css b/data/theme/Adwaita/gnome-panel.css
index e01a69cb0..db51f39b8 100644
--- a/data/theme/Adwaita/gnome-panel.css
+++ b/data/theme/Adwaita/gnome-panel.css
@@ -61,10 +61,7 @@ gp-arrow-button:active {
 #tasklist-button:hover,
 #tasklist-button:active,
 #tasklist-button:checked {
-  padding: 0;
-  margin: 0;
-  border: 0;
-  background-image: none;
+  all: unset;
 }
 
 #tasklist-button > box {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]