projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
00be314
)
Adwaita: Remove a wildcard rule for tooltips
author
Matthias Clasen
<mclasen@redhat.com>
Fri, 24 Jan 2020 02:04:15 +0000
(21:04 -0500)
committer
Matthias 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
patch
|
blob
|
history
diff --git
a/gtk/theme/Adwaita/_common.scss
b/gtk/theme/Adwaita/_common.scss
index 199d3ac7a2aa0c2a5f3183303bf783c7d724dc08..806d436423288e3a8fa3393c4b5f098157c65287 100644
(file)
--- 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;
- }
}