mirror of
https://github.com/horst3180/arc-theme.git
synced 2024-10-27 19:04:02 +00:00
gnome-shell: fix submenu font-weight
This commit is contained in:
parent
f76a202fb8
commit
8caf355a45
@ -420,6 +420,7 @@ StScrollBar {
|
||||
.popup-menu .popup-menu-item:rtl {
|
||||
padding: 0.4em 0em 0.4em 3em; }
|
||||
.popup-menu .popup-menu-item:checked {
|
||||
font-weight: normal;
|
||||
background: none;
|
||||
box-shadow: none;
|
||||
border-image: url("light-assets/menu/submenu-open.svg") 9 9 9 9; }
|
||||
|
@ -523,6 +523,7 @@ StScrollBar {
|
||||
&:rtl { padding: .4em 0em .4em 3em; }
|
||||
|
||||
&:checked {
|
||||
font-weight: normal;
|
||||
background: none;
|
||||
box-shadow: none;
|
||||
border-image: url("#{$asset_path}/menu/submenu-open.svg") 9 9 9 9;
|
||||
|
Loading…
Reference in New Issue
Block a user