[gtk/gtk-3-24] Adwaita: make links in infobars legible



commit e7db2a2f8bd27d1a5994df01a9b0e5d7cd0be3e6
Author: Jakub Steiner <jimmac gmail com>
Date:   Mon Jul 29 10:03:19 2019 +0200

    Adwaita: make links in infobars legible
    
    - No longer tinted blue, make legible
    
    Fixes https://gitlab.gnome.org/GNOME/gnome-software/issues/751

 gtk/theme/Adwaita/_common.scss | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gtk/theme/Adwaita/_common.scss b/gtk/theme/Adwaita/_common.scss
index eaa8f7d8db..cf881d99a1 100644
--- a/gtk/theme/Adwaita/_common.scss
+++ b/gtk/theme/Adwaita/_common.scss
@@ -4240,7 +4240,7 @@ infobar {
 
     selection { background-color: darken($bg_color, 10%); }
 
-    *:link { @extend %link_selected; }
+    *:link { color: $link_color; }
   }
 }
 


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