[gtk/matthiasc/for-master: 7/9] Adwaita: Remove a wildcard rule for tooltips



commit 8d668c88045f71c16423dea9b53ffd455ed777f3
Author: Matthias Clasen <mclasen redhat com>
Date:   Thu Jan 23 21:04:15 2020 -0500

    Adwaita: Remove a wildcard rule for tooltips
    
    These rules are expensive, and don't seem to make
    any difference for typical tooltip content.

 gtk/theme/Adwaita/_common.scss | 8 --------
 1 file changed, 8 deletions(-)
---
diff --git a/gtk/theme/Adwaita/_common.scss b/gtk/theme/Adwaita/_common.scss
index 199d3ac7a2..806d436423 100644
--- a/gtk/theme/Adwaita/_common.scss
+++ b/gtk/theme/Adwaita/_common.scss
@@ -4098,14 +4098,6 @@ tooltip {
   border-radius: 5px;
   box-shadow: none; // otherwise it gets inherited by windowframe.csd
   text-shadow: 0 1px black;
-
-  // FIXME: we need a border or tooltips vanish on black background.
-  decoration { background-color: transparent; }
-
-  * { // Yeah this is ugly
-    background-color: transparent;
-    color: white;
-  }
 }
 
 


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