theme: submenu separator size
- match width of the submenu separators to the parents https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/1004
This commit is contained in:
parent
9c7098816e
commit
d6c0a53db9
@ -90,6 +90,7 @@ $popover_arrow_height: 12px;
|
|||||||
margin: 6px 64px;
|
margin: 6px 64px;
|
||||||
background-color: lighten($borders_color, 2%);
|
background-color: lighten($borders_color, 2%);
|
||||||
.popup-sub-menu & { //submenu separators
|
.popup-sub-menu & { //submenu separators
|
||||||
|
margin: 0 64px 0 32px;
|
||||||
@if $variant == 'dark' {
|
@if $variant == 'dark' {
|
||||||
background-color: lighten($bg_color,10%);
|
background-color: lighten($bg_color,10%);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user