Megax 2016-04-12 17:59:53 +02:00
parent 63233d1da7
commit 87d37a30ee
1 changed files with 7 additions and 14 deletions
gtk-3.20/scss/widgets

View File

@ -76,23 +76,16 @@
@include exports("expander") { @include exports("expander") {
expander { expander {
padding: $spacing; arrow {
outline-offset: 1px; min-width: 16px;
min-width: 8px; min-height: 16px;
} -gtk-icon-source: -gtk-icontheme('pan-end-symbolic');
.expander { &:dir(rtl) { -gtk-icon-source: -gtk-icontheme('pan-end-symbolic-rtl'); }
color: alpha(currentColor, .7);
border: alpha(currentColor, .7);
&:hover { &:hover { color: alpha(currentColor, .8); } //only lightens the arrow
color: alpha(currentColor, .8);
border-color: alpha(currentColor, .8);
}
&:active { &:checked { -gtk-icon-source: -gtk-icontheme('pan-down-symbolic'); }
color: alpha(currentColor, .9);
border-color: alpha(currentColor, .9);
} }
} }
} }