Adwaita: tooltip styling

- balance padding
- increase border radius, yuck
- get rid of text shadow

Fixes https://gitlab.gnome.org/GNOME/gtk/-/issues/3352
This commit is contained in:
Jakub Steiner
2020-11-13 19:36:26 +01:00
parent bdc28cd870
commit f45ea3fa90

View File

@@ -3658,10 +3658,9 @@ tooltip {
color: white;
}
padding: 10px;
border-radius: 5px;
padding: 6px 10px;
border-radius: $window_radius;
box-shadow: none; // otherwise it gets inherited by windowframe.csd
text-shadow: 0 1px black;
> box {
border-spacing: 6px;