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"); } }