From 4e49dfd56fedbed07e870a79c93089f4fe0edcff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Thu, 13 Jul 2023 19:09:05 +0200 Subject: [PATCH] style: Stop overriding ornament Hiding elements that are supposed to be visible from the stylesheet is confusing, don't do that. Part-of: --- data/theme/gnome-shell-sass/widgets/_popovers.scss | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/data/theme/gnome-shell-sass/widgets/_popovers.scss b/data/theme/gnome-shell-sass/widgets/_popovers.scss index 6ff850a14..92588f287 100644 --- a/data/theme/gnome-shell-sass/widgets/_popovers.scss +++ b/data/theme/gnome-shell-sass/widgets/_popovers.scss @@ -75,11 +75,6 @@ $submenu_bg_color: lighten($menu_bg_color, 7%); border: 1px solid $hc_inset_color; } - .popup-menu-ornament { - icon-size: $base_icon_size !important; - width: $base_icon_size; - } - // submenu specific styles .popup-menu-item { border-radius: 0; @@ -117,10 +112,6 @@ $submenu_bg_color: lighten($menu_bg_color, 7%); background-color: $borders_color; } - .popup-menu-ornament { - width: 0 !important; - } - // separators in submenus .popup-sub-menu & { background-color: transparent; @@ -145,9 +136,6 @@ $submenu_bg_color: lighten($menu_bg_color, 7%); .app-menu { max-width: 27.25em; - // this is unneeded at the top-level in this menu, hide it - .popup-menu-ornament { width: 0 !important; } - .popup-inactive-menu-item:first-child { // "Open Windows" label > StLabel {