diff options
author | Horst3180 | 2015-07-16 22:28:38 +0200 |
---|---|---|
committer | Horst3180 | 2015-07-16 22:28:38 +0200 |
commit | c3c2ec0c8e35afa805b21c6bdf88092c03773252 (patch) | |
tree | 9072ed5662ae887158cc6c0bec933a3a71b32846 /common/gtk-3.0/3.16/_common.scss | |
parent | 694880b0ed41e9317c05da0d78b52346fda27ffa (diff) | |
parent | 78c13218f1322ee8a8a0c10d169662eb4dbd2b42 (diff) | |
download | solarc-theme-c3c2ec0c8e35afa805b21c6bdf88092c03773252.tar.gz solarc-theme-c3c2ec0c8e35afa805b21c6bdf88092c03773252.tar.xz solarc-theme-c3c2ec0c8e35afa805b21c6bdf88092c03773252.zip |
Merge branch 'testing'
Diffstat (limited to 'common/gtk-3.0/3.16/_common.scss')
-rw-r--r-- | common/gtk-3.0/3.16/_common.scss | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/common/gtk-3.0/3.16/_common.scss b/common/gtk-3.0/3.16/_common.scss index 3f394df..f9ae8f0 100644 --- a/common/gtk-3.0/3.16/_common.scss +++ b/common/gtk-3.0/3.16/_common.scss @@ -350,11 +350,11 @@ GtkTextView { // This will get overridden by .view, needed by gedit line numbers } } -// .osd & { -// @include entry(osd); -// &:focus { @include entry(osd-focus); } -// &:insensitive { @include entry(osd-insensitive); } -// } + .osd & { + @include entry(osd); + &:focus { @include entry(osd-focus); } + &:insensitive { @include entry(osd-insensitive); } + } } /*********** |