[nautilus/wip/jimmac/pathbar-css-touchups: 2/2] css: pathbar hover touchups



commit def5ee47077a5806273d2590c6ae0b5a063f9867
Author: Jakub Steiner <jimmac gmail com>
Date:   Mon Jul 30 15:10:13 2018 +0200

    css: pathbar hover touchups
    
    - get rid of whitespace between border and the folder.
    
    https://gitlab.gnome.org/GNOME/nautilus/issues/548

 src/resources/css/Adwaita.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/resources/css/Adwaita.css b/src/resources/css/Adwaita.css
index 65872a8d3..c1cf11071 100644
--- a/src/resources/css/Adwaita.css
+++ b/src/resources/css/Adwaita.css
@@ -66,7 +66,7 @@
 
 .path-bar button:not(:checked) image { opacity: 0.8; } /* dim the icon when not checked */
 
-.path-bar button:not(:backdrop):hover > * { box-shadow: 0 3px @borders; }
+.path-bar button:not(:backdrop):hover { box-shadow: inset 0 -3px @borders; }
 
 .path-bar-box {
   border: 1px @borders solid;


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