Toggle do-tasks svg-path-color on focus and active
SPR-977
This commit is contained in:
parent
59819d81ae
commit
859bb19389
1 changed files with 8 additions and 8 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue