Skip to content

Commit

Permalink
Gather related sections
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Aug 8, 2023
1 parent 25f2e8f commit 892f693
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions webextensions/sidebar/styles/twisty.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,21 @@ tab-item.collapsed tab-twisty {
pointer-events: none !important;
}

tab-item:not(.collapsed).subtree-collapsed tab-twisty {
opacity: 0.9;
}
tab-item:not(.collapsed).subtree-collapsed tab-twisty:hover {
opacity: 1;
}

tab-item:not(.collapsed):not(.subtree-collapsed) tab-twisty {
opacity: 0.9;
}
tab-item:not(.collapsed):not(.subtree-collapsed) tab-twisty:hover {
opacity: 1;
}


tab-item:not(.collapsed) tab-twisty::before {
-moz-context-properties: fill;
background: url("./icons/ArrowheadDown.svg") no-repeat center / 60%;
Expand All @@ -47,21 +62,6 @@ tab-item:not(.collapsed) tab-twisty::before {
mask: url("./icons/ArrowheadDown.svg") no-repeat center / 60%;
}

tab-item:not(.collapsed).subtree-collapsed tab-twisty {
opacity: 0.9;
}
tab-item:not(.collapsed).subtree-collapsed tab-twisty:hover {
opacity: 1;
}

tab-item:not(.collapsed):not(.subtree-collapsed) tab-twisty {
opacity: 0.9;
}
tab-item:not(.collapsed):not(.subtree-collapsed) tab-twisty:hover {
opacity: 1;
}


:root.animation tab-item:not(.collapsed) tab-twisty::before {
transition: transform 0.2s ease-out,
opacity 0.15s ease-out;
Expand Down

0 comments on commit 892f693

Please sign in to comment.