diff options
author | Horst3180 | 2015-08-16 19:44:12 +0200 |
---|---|---|
committer | Horst3180 | 2015-08-16 19:44:12 +0200 |
commit | 8caf355a45d60020ee7336594b336c2861d2f932 (patch) | |
tree | 5b9f85f04ddc248d44e7d37832861421787ac0c2 /common/gnome-shell/3.16/sass | |
parent | f76a202fb84e57a7af9e24fa04be8d0f590612fd (diff) | |
download | solarc-theme-8caf355a45d60020ee7336594b336c2861d2f932.tar.gz solarc-theme-8caf355a45d60020ee7336594b336c2861d2f932.tar.xz solarc-theme-8caf355a45d60020ee7336594b336c2861d2f932.zip |
gnome-shell: fix submenu font-weight
Diffstat (limited to 'common/gnome-shell/3.16/sass')
-rw-r--r-- | common/gnome-shell/3.16/sass/_common.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/gnome-shell/3.16/sass/_common.scss b/common/gnome-shell/3.16/sass/_common.scss index a6a2136..76880e8 100644 --- a/common/gnome-shell/3.16/sass/_common.scss +++ b/common/gnome-shell/3.16/sass/_common.scss @@ -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; |