[libadwaita/wip/exalm/recoloring-fixes: 28/32] stylesheet: Use currentColor for notebook tab hover




commit f7b8a9d3d227d73827fc4f26bc51cddff8c147b6
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Thu Sep 2 18:54:44 2021 +0500

    stylesheet: Use currentColor for notebook tab hover

 src/stylesheet/widgets/_notebook.scss | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/stylesheet/widgets/_notebook.scss b/src/stylesheet/widgets/_notebook.scss
index 6437ee1e..ef25d0ae 100644
--- a/src/stylesheet/widgets/_notebook.scss
+++ b/src/stylesheet/widgets/_notebook.scss
@@ -127,7 +127,7 @@ notebook {
       font-weight: normal;
 
       &:hover {
-        background-color: transparentize($bg_color, 0.8);
+        background-color: $view_hover_color;
       }
 
       &:not(:checked) {


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