From 5dfdeaa4ea1d8b32bb05e877257a30d6c00ad258 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Sun, 10 Mar 2019 21:57:54 +0100 Subject: [PATCH] theme: Fix menu arrows After the latest texture cache changes, loading the icon at its preferred size and scaling it via the actor size no longer works. Instead, use the icon-size property which is applied when loading the icon. https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/452 --- data/theme/gnome-shell-sass/_common.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/theme/gnome-shell-sass/_common.scss b/data/theme/gnome-shell-sass/_common.scss index afd1be5dd..2ac87d424 100644 --- a/data/theme/gnome-shell-sass/_common.scss +++ b/data/theme/gnome-shell-sass/_common.scss @@ -1143,7 +1143,7 @@ StScrollBar { .ripple-box:rtl { border-radius: 0 0 0 52px; } // just a simple change to the border radius position // not really top bar only -.popup-menu-arrow { width: 16px; height: 16px; } +.popup-menu-arrow { icon-size: 1.09em; } .popup-menu-icon { icon-size: 1.09em; } //close buttons