style: Stop overriding ornament

Hiding elements that are supposed to be visible from the stylesheet
is confusing, don't do that.

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2843>
This commit is contained in:
Florian Müllner 2023-07-13 19:09:05 +02:00 committed by Marge Bot
parent 53b0e793a5
commit 4e49dfd56f

View File

@ -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 {