Adwaita: Remove a wildcard rule for tooltips
authorMatthias Clasen <mclasen@redhat.com>
Fri, 24 Jan 2020 02:04:15 +0000 (21:04 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 24 Jan 2020 14:09:08 +0000 (09:09 -0500)
These rules are expensive, and don't seem to make
any difference for typical tooltip content.

gtk/theme/Adwaita/_common.scss

index 199d3ac7a2aa0c2a5f3183303bf783c7d724dc08..806d436423288e3a8fa3393c4b5f098157c65287 100644 (file)
@@ -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;
-  }
 }