diff options
author | Horst3180 | 2016-03-03 12:11:17 +0100 |
---|---|---|
committer | Horst3180 | 2016-03-03 12:11:17 +0100 |
commit | 68f72d8b27370f91f3649bb36ccd55a04f1618e6 (patch) | |
tree | 0a01e540b1e77c6a8d436a0decf7de8d48b40aee /common/gtk-3.0/3.20/sass | |
parent | 58bf6bb81bae5ff75560e03a66f634238476d618 (diff) | |
download | solarc-theme-68f72d8b27370f91f3649bb36ccd55a04f1618e6.tar.gz solarc-theme-68f72d8b27370f91f3649bb36ccd55a04f1618e6.tar.xz solarc-theme-68f72d8b27370f91f3649bb36ccd55a04f1618e6.zip |
fix linked combos
Diffstat (limited to 'common/gtk-3.0/3.20/sass')
-rw-r--r-- | common/gtk-3.0/3.20/sass/_common.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/gtk-3.0/3.20/sass/_common.scss b/common/gtk-3.0/3.20/sass/_common.scss index 3eac8c2..0602b21 100644 --- a/common/gtk-3.0/3.20/sass/_common.scss +++ b/common/gtk-3.0/3.20/sass/_common.scss @@ -782,7 +782,7 @@ combobox { } } - .linked > & > box > button.combo { + .linked:not(.vertical) > & > box > button.combo { // the combobox is a composite widget so the way we do button linking doesn't // work, special case needed. &:dir(ltr), |