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:
parent
53b0e793a5
commit
4e49dfd56f
@ -75,11 +75,6 @@ $submenu_bg_color: lighten($menu_bg_color, 7%);
|
|||||||
border: 1px solid $hc_inset_color;
|
border: 1px solid $hc_inset_color;
|
||||||
}
|
}
|
||||||
|
|
||||||
.popup-menu-ornament {
|
|
||||||
icon-size: $base_icon_size !important;
|
|
||||||
width: $base_icon_size;
|
|
||||||
}
|
|
||||||
|
|
||||||
// submenu specific styles
|
// submenu specific styles
|
||||||
.popup-menu-item {
|
.popup-menu-item {
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
@ -117,10 +112,6 @@ $submenu_bg_color: lighten($menu_bg_color, 7%);
|
|||||||
background-color: $borders_color;
|
background-color: $borders_color;
|
||||||
}
|
}
|
||||||
|
|
||||||
.popup-menu-ornament {
|
|
||||||
width: 0 !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
// separators in submenus
|
// separators in submenus
|
||||||
.popup-sub-menu & {
|
.popup-sub-menu & {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
@ -145,9 +136,6 @@ $submenu_bg_color: lighten($menu_bg_color, 7%);
|
|||||||
.app-menu {
|
.app-menu {
|
||||||
max-width: 27.25em;
|
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 {
|
.popup-inactive-menu-item:first-child {
|
||||||
// "Open Windows" label
|
// "Open Windows" label
|
||||||
> StLabel {
|
> StLabel {
|
||||||
|
Loading…
Reference in New Issue
Block a user