[gtk/wip/jimmac/tooltips] Adwaita: tooltip styling
- From: Jakub Steiner <jimmac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/wip/jimmac/tooltips] Adwaita: tooltip styling
- Date: Fri, 13 Nov 2020 18:37:37 +0000 (UTC)
commit f45ea3fa909caf03c00dce6371fcb455df29cd60
Author: Jakub Steiner <jimmac gmail com>
Date: Fri Nov 13 19:36:26 2020 +0100
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;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]