diff options
author | Horst3180 | 2015-08-11 17:32:56 +0200 |
---|---|---|
committer | Horst3180 | 2015-08-11 17:32:56 +0200 |
commit | 729aff15a92a89a0318133a801fd1634a04bcd7f (patch) | |
tree | 8b6eb710d5e346a6d841718799c565e98270e54b /common/gnome-shell/3.16/sass | |
parent | 2699407949365053d9dcad65623ceb9cb04269b9 (diff) | |
download | solarc-theme-729aff15a92a89a0318133a801fd1634a04bcd7f.tar.gz solarc-theme-729aff15a92a89a0318133a801fd1634a04bcd7f.tar.xz solarc-theme-729aff15a92a89a0318133a801fd1634a04bcd7f.zip |
gnome-shell: don't remove legacy tray border
Diffstat (limited to 'common/gnome-shell/3.16/sass')
-rw-r--r-- | common/gnome-shell/3.16/sass/_common.scss | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/common/gnome-shell/3.16/sass/_common.scss b/common/gnome-shell/3.16/sass/_common.scss index b55a299..c6b43ae 100644 --- a/common/gnome-shell/3.16/sass/_common.scss +++ b/common/gnome-shell/3.16/sass/_common.scss @@ -1824,7 +1824,6 @@ $legacy_icon_size: 24px; .legacy-tray { background-color: $panel_bg; - border-width: 0; &:ltr { border-radius: 0 2px 0 0; border-left-width: 0; } &:rtl { border-radius: 2px 0 0 0; border-right-width: 0; } |