[gtk/wip/matthiasc/css-change: 26/27] Adwaita: Drop global pseudostate selectors



commit 67fd975d77443d7fc61eac571edf523e9449716d
Author: Matthias Clasen <mclasen redhat com>
Date:   Wed Jan 15 13:58:43 2020 -0500

    Adwaita: Drop global pseudostate selectors
    
    These cause massive style recomputation whenever the
    window state changes.

 gtk/theme/Adwaita/_common.scss | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/gtk/theme/Adwaita/_common.scss b/gtk/theme/Adwaita/_common.scss
index 421b05739c..544a7d38d1 100644
--- a/gtk/theme/Adwaita/_common.scss
+++ b/gtk/theme/Adwaita/_common.scss
@@ -63,7 +63,7 @@ image.drag-icon {
    Everytime a wildcard is used a kitten dies, painfully.
 */
 
-*:disabled { -gtk-icon-filter: opacity(0.5); }
+//*:disabled { -gtk-icon-filter: opacity(0.5); }
 
 .gtkstyle-fallback {
   color: $fg_color;
@@ -971,7 +971,8 @@ list row button.image-button:not(.flat) {
  *********/
 
 %link,
-*:link {
+//*:link
+{
   color: $link_color;
 
   &:visited {


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