forked from AuroraMiddleware/gtk
themes: missing specificity bump on expander arrow
Commit 4ee02725b4
made the :hover apply to
the title node, not the arrow node, but the selectors it added were not
caught by the recent commits fixing the specificity of title > arrow.
This commit is contained in:
parent
3bcbf4cf4e
commit
ab0edd1091
@ -3636,7 +3636,8 @@ expander {
|
||||
|
||||
&:checked { -gtk-icon-source: -gtk-icontheme('pan-down-symbolic'); }
|
||||
}
|
||||
title:hover arrow {
|
||||
|
||||
title:hover > arrow {
|
||||
color: lighten($fg_color,30%); //only lightens the arrow
|
||||
}
|
||||
}
|
||||
|
@ -1576,7 +1576,7 @@ expander title > arrow:dir(rtl) { -gtk-icon-source: -gtk-icontheme("pan-end-symb
|
||||
|
||||
expander title > arrow:checked { -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); }
|
||||
|
||||
expander title:hover arrow { color: white; }
|
||||
expander title:hover > arrow { color: white; }
|
||||
|
||||
/************ Calendar * */
|
||||
calendar { color: white; border: 1px solid #1b1f20; }
|
||||
|
@ -1596,7 +1596,7 @@ expander title > arrow:dir(rtl) { -gtk-icon-source: -gtk-icontheme("pan-end-symb
|
||||
|
||||
expander title > arrow:checked { -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); }
|
||||
|
||||
expander title:hover arrow { color: #748489; }
|
||||
expander title:hover > arrow { color: #748489; }
|
||||
|
||||
/************ Calendar * */
|
||||
calendar { color: black; border: 1px solid #b6b6b3; }
|
||||
|
@ -2767,7 +2767,8 @@ expander {
|
||||
&:dir(rtl) { -gtk-icon-source: -gtk-icontheme('pan-end-symbolic-rtl'); }
|
||||
&:checked { -gtk-icon-source: -gtk-icontheme('pan-down-symbolic'); }
|
||||
}
|
||||
title:hover arrow {
|
||||
|
||||
title:hover > arrow {
|
||||
color: lighten($fg_color,30%); //only lightens the arrow
|
||||
}
|
||||
}
|
||||
|
@ -1244,7 +1244,7 @@ expander title > arrow:dir(rtl) { -gtk-icon-source: -gtk-icontheme("pan-end-symb
|
||||
|
||||
expander title > arrow:checked { -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); }
|
||||
|
||||
expander title:hover arrow { color: white; }
|
||||
expander title:hover > arrow { color: white; }
|
||||
|
||||
/************ Calendar * */
|
||||
calendar { border: 1px solid gray; }
|
||||
|
@ -1250,7 +1250,7 @@ expander title > arrow:dir(rtl) { -gtk-icon-source: -gtk-icontheme("pan-end-symb
|
||||
|
||||
expander title > arrow:checked { -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); }
|
||||
|
||||
expander title:hover arrow { color: #4d4d4d; }
|
||||
expander title:hover > arrow { color: #4d4d4d; }
|
||||
|
||||
/************ Calendar * */
|
||||
calendar { border: 1px solid gray; }
|
||||
|
Loading…
Reference in New Issue
Block a user