Skip to content

Commit

Permalink
Style on open
Browse files Browse the repository at this point in the history
  • Loading branch information
CannonLock committed Sep 20, 2024
1 parent ce705a2 commit 9d47834
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/css/style-v11.scss
Original file line number Diff line number Diff line change
Expand Up @@ -290,10 +290,10 @@ summary::before {
left: 7px;
top: 50%;
transform: translateY(-50%) rotate(90deg);
transition: all cubic-bezier(.56,-0.85,.7,2.24) .5s;
transition: all linear .2s;
}

summary:hover::before {
details[open] summary::before {
content: url("/images/icons/triangle-fill.svg"); /* Unicode for pencil icon */
position: absolute;
left: 7px;
Expand Down

0 comments on commit 9d47834

Please sign in to comment.