Adwaita: Update expander styling

Adapt to the changes in the previous commit.
This commit is contained in:
Matthias Clasen 2015-11-07 00:42:37 -05:00
parent 7ba1368c40
commit c63c932a05
3 changed files with 15 additions and 13 deletions

View File

@ -2717,11 +2717,13 @@ row {
* Expanders *
*************/
.expander {
-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'); }
expander {
arrow {
-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'); }
}
}
/************

View File

@ -3827,13 +3827,13 @@ row {
/*************
* Expanders *
*************/
.expander {
expander arrow {
-gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); }
.expander:dir(rtl) {
expander arrow:dir(rtl) {
-gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); }
.expander:hover {
expander arrow:hover {
color: white; }
.expander:checked {
expander arrow:checked {
-gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); }
/************

View File

@ -3997,13 +3997,13 @@ row {
/*************
* Expanders *
*************/
.expander {
expander arrow {
-gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); }
.expander:dir(rtl) {
expander arrow:dir(rtl) {
-gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); }
.expander:hover {
expander arrow:hover {
color: #748489; }
.expander:checked {
expander arrow:checked {
-gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); }
/************