Merge branch 'wip/jimmac/tooltips' into 'master'

Adwaita: tooltip styling

Closes #3352

See merge request GNOME/gtk!2826
This commit is contained in:
Matthias Clasen 2020-11-13 19:23:58 +00:00
commit a7f05b8d91

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;