From 0ba2cc734752211076175d0cf99371e8b2a3370d Mon Sep 17 00:00:00 2001 From: Ryo Nakano Date: Sun, 20 Sep 2026 16:07:54 +0900 Subject: [PATCH] MenuButton: Make sure open-menu icon used for Gtk.ArrowType.NONE --- lib/Styles/Gtk/MenuButton.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Styles/Gtk/MenuButton.scss b/lib/Styles/Gtk/MenuButton.scss index 94f82912a..6a029b726 100644 --- a/lib/Styles/Gtk/MenuButton.scss +++ b/lib/Styles/Gtk/MenuButton.scss @@ -1,6 +1,6 @@ menubutton { // Assuming use case as a main menu button - > button.image-button arrow.down { + > button.image-button arrow.none, arrow.down { -gtk-icon-source: -gtk-icontheme("open-menu-symbolic"); } }