forked from AuroraMiddleware/gtk
Adwaita: Update expander styling
Adapt to the changes in the previous commit.
This commit is contained in:
parent
7ba1368c40
commit
c63c932a05
@ -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'); }
|
||||
}
|
||||
}
|
||||
|
||||
/************
|
||||
|
@ -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"); }
|
||||
|
||||
/************
|
||||
|
@ -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"); }
|
||||
|
||||
/************
|
||||
|
Loading…
Reference in New Issue
Block a user