Toggle do-tasks svg-path-color on focus and active

SPR-977
This commit is contained in:
Michael Große 2017-05-02 13:38:37 +02:00
commit 859bb19389
No known key found for this signature in database
GPG key ID: 7E31028FBFEACC79

View file

@ -39,6 +39,14 @@ ul.page-attributes {
&::before { &::before {
content: ''; // remove when fontello is removed from usertools content: ''; // remove when fontello is removed from usertools
} }
&:hover,
&:focus,
&:active {
svg path {
fill: @ini_background;
}
}
} }
svg { svg {
@ -50,14 +58,6 @@ ul.page-attributes {
} }
} }
&:hover {
:not(.noopentasks) {
svg path {
fill: @ini_background;
}
}
}
.noopentasks { .noopentasks {
span { span {
background-color: @ini_background_site; background-color: @ini_background_site;