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:
Daniel Boles 2018-01-01 21:21:52 +00:00
parent 3bcbf4cf4e
commit ab0edd1091
6 changed files with 8 additions and 6 deletions

View File

@ -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
}
}

View File

@ -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; }

View File

@ -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; }

View File

@ -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
}
}

View File

@ -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; }

View File

@ -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; }