summaryrefslogtreecommitdiff
path: root/gtk/theme
diff options
context:
space:
mode:
authorJakub Steiner <jimmac@gmail.com>2020-12-07 10:58:12 +0100
committerJakub Steiner <jimmac@gmail.com>2020-12-07 10:58:12 +0100
commit30f789650f19b15396bf29fc053c2f225b7339da (patch)
tree444ffcbb9dd7bbde0d54549cb529d800485ecf01 /gtk/theme
parent2d103cf80c29ea67bae15992de43a6334c22c680 (diff)
downloadgtk+-30f789650f19b15396bf29fc053c2f225b7339da.tar.gz
Revert "Adwaita: avoid clipping menu shadows"
While the workaround hides majority of the issue there are still two big downsides: - shadow does eat from the widget dimensions so alignment is broken - situations like popover going upwards on screen edge break completely The appropriate action is to revert these theme duct tape solutions to make room for a proper fix. This reverts commit b3dba1dca66d380d1cfafbe92b36d7854b3f4244. Issue https://gitlab.gnome.org/GNOME/gtk/-/issues/1987
Diffstat (limited to 'gtk/theme')
-rw-r--r--gtk/theme/Adwaita/_common.scss1
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk/theme/Adwaita/_common.scss b/gtk/theme/Adwaita/_common.scss
index 5ad1236b49..5d60753d91 100644
--- a/gtk/theme/Adwaita/_common.scss
+++ b/gtk/theme/Adwaita/_common.scss
@@ -1861,7 +1861,6 @@ $_menu-padding: 12px; //inner menuitem padding
popover.menu {
padding: 0;
- margin: 0 3px 5px 3px; //alocate space for dropshadow. #1987
box.inline-buttons {
padding: 0 $_menu-padding;