paper-gtk-theme/Paper/gtk-3.18/widgets/_expanders.scss

14 lines
357 B
SCSS
Raw Normal View History

2016-04-15 03:54:38 +02:00
/*************
* Expanders *
*************/
expander {
2016-04-19 00:39:13 +02:00
.arrow {
2016-04-15 03:54:38 +02:00
-gtk-icon-source: -gtk-icontheme('pan-end-symbolic');
&:dir(rtl) { -gtk-icon-source: -gtk-icontheme('pan-end-symbolic-rtl'); }
&:hover { color: lighten($fg_color,30%); } //only lightens the arrow
&:checked { -gtk-icon-source: -gtk-icontheme('pan-down-symbolic'); }
}
}