1
0
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:
Horst3180 2015-08-16 19:44:12 +02:00
parent f76a202fb8
commit 8caf355a45
2 changed files with 2 additions and 0 deletions

View File

@ -420,6 +420,7 @@ StScrollBar {
.popup-menu .popup-menu-item:rtl { .popup-menu .popup-menu-item:rtl {
padding: 0.4em 0em 0.4em 3em; } padding: 0.4em 0em 0.4em 3em; }
.popup-menu .popup-menu-item:checked { .popup-menu .popup-menu-item:checked {
font-weight: normal;
background: none; background: none;
box-shadow: none; box-shadow: none;
border-image: url("light-assets/menu/submenu-open.svg") 9 9 9 9; } border-image: url("light-assets/menu/submenu-open.svg") 9 9 9 9; }

View File

@ -523,6 +523,7 @@ StScrollBar {
&:rtl { padding: .4em 0em .4em 3em; } &:rtl { padding: .4em 0em .4em 3em; }
&:checked { &:checked {
font-weight: normal;
background: none; background: none;
box-shadow: none; box-shadow: none;
border-image: url("#{$asset_path}/menu/submenu-open.svg") 9 9 9 9; border-image: url("#{$asset_path}/menu/submenu-open.svg") 9 9 9 9;