From f45ea3fa909caf03c00dce6371fcb455df29cd60 Mon Sep 17 00:00:00 2001 From: Jakub Steiner Date: Fri, 13 Nov 2020 19:36:26 +0100 Subject: [PATCH] Adwaita: tooltip styling - balance padding - increase border radius, yuck - get rid of text shadow Fixes https://gitlab.gnome.org/GNOME/gtk/-/issues/3352 --- gtk/theme/Adwaita/_common.scss | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/gtk/theme/Adwaita/_common.scss b/gtk/theme/Adwaita/_common.scss index cea17f53da..21b5149a32 100644 --- a/gtk/theme/Adwaita/_common.scss +++ b/gtk/theme/Adwaita/_common.scss @@ -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;