[dconf-editor: 2/5] css: Use currentColor in pathbar hover button




commit deddd32c0c17b493d26e4493b0e4113b25fc4dcb
Author: Maximiliano Sandoval R <msandova gnome org>
Date:   Wed Jul 27 16:28:22 2022 +0200

    css: Use currentColor in pathbar hover button
    
    @borders does not work here in dark mode.

 editor/large-pathbar.css | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/editor/large-pathbar.css b/editor/large-pathbar.css
index 34ac31df..341169cd 100644
--- a/editor/large-pathbar.css
+++ b/editor/large-pathbar.css
@@ -117,7 +117,7 @@ button.invisible.invisible-menu-button:dir(rtl) { padding-right:1.4rem; backgrou
 }
 
 .pathbar                > button:hover                          > label.item {
-  border-bottom-color:@borders;
+  border-bottom-color:alpha(currentColor, 0.15);
 }
 
 .pathbar                > button.active                         > label.item,
@@ -131,7 +131,7 @@ button.invisible.invisible-menu-button:dir(rtl) { padding-right:1.4rem; backgrou
 .pathbar:backdrop       > button.active:hover                   > label.item,
 .pathbar:backdrop       > button.active.inexistent              > label.item,
 .pathbar:backdrop       > button.active.inexistent:hover        > label.item {
-  border-bottom-color:@borders;
+  border-bottom-color:alpha(currentColor, 0.15);
 }
 
 .pathbar                > button.inexistent:not(.active):hover  > label.item {


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