mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
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
1 changed files with 0 additions and 12 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue