aboutsummaryrefslogtreecommitdiff
path: root/common/gtk-3.0/3.18/sass/_common.scss
diff options
context:
space:
mode:
authorHorst31802016-04-14 15:37:03 +0200
committerHorst31802016-04-14 15:37:03 +0200
commit474cc2879f6cd7951ba36640828a161a1f731eb4 (patch)
treef2616b563bede975be8c0b9fcab3004afc4f63a4 /common/gtk-3.0/3.18/sass/_common.scss
parent2cf6296376f8115ae37826a3e2374fec6ecd2cf6 (diff)
downloadsolarc-theme-474cc2879f6cd7951ba36640828a161a1f731eb4.tar.gz
solarc-theme-474cc2879f6cd7951ba36640828a161a1f731eb4.tar.xz
solarc-theme-474cc2879f6cd7951ba36640828a161a1f731eb4.zip
fix more typos
Diffstat (limited to 'common/gtk-3.0/3.18/sass/_common.scss')
-rw-r--r--common/gtk-3.0/3.18/sass/_common.scss5
1 files changed, 3 insertions, 2 deletions
diff --git a/common/gtk-3.0/3.18/sass/_common.scss b/common/gtk-3.0/3.18/sass/_common.scss
index 13c483c..69af281 100644
--- a/common/gtk-3.0/3.18/sass/_common.scss
+++ b/common/gtk-3.0/3.18/sass/_common.scss
@@ -555,12 +555,13 @@ $_dot_color: $selected_bg_color;
+ GtkComboBoxText > .the-button-in-the-combobox { border-#{$_border}-color: if($var=='light', $e_color, $e_border); }
}
}
+ > .button:active + .entry,
> .button:checked + .entry { border-#{$_border}-color: if($var=='light', $selected_bg_color, $e_border); }
}
@if $button_rules=='true' {
$_uncolored_button: '.button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action)';
- > button + button { border-#{$_border}-style: none; }
+ > .button + .button { border-#{$_border}-style: none; }
> #{$_uncolored_button}:hover:not(:only-child),
> #{$_uncolored_button}:hover + #{$_uncolored_button} { box-shadow: inset if($vert=='false', 1px 0, 0 1px) $b_border; }
@@ -1166,7 +1167,7 @@ GtkComboBox {
// Reset buttons
.linked:not(.vertical):not(.path-bar) > .button {
- &, &:hover, &:active, &:checked, &:disabled {
+ &, &:hover, &:active, &:checked, &:insensitive {
border-radius: 3px;
border-style: solid;
}