Skip to content

Commit

Permalink
Fix dark collapse icon.
Browse files Browse the repository at this point in the history
  • Loading branch information
lapo-luchini committed May 12, 2024
1 parent 0d4d50a commit dc0eeba
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions index.css
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,10 @@ header {
background: url('tree-icon-light.svg');
}

html[data-theme="dark"] .treecollapse summary::before{
background: url('tree-icon-dark.svg');
}

.treecollapse details[open] > summary::before{
background-position : calc(-2 * var(--radius)) 0;
}
3 changes: 2 additions & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
set -e
FILES="
asn1.js oids.js defs.js base64.js hex.js int10.js dom.js rfcdef.js test.js tags.js
context.js index.css index-dark.css index.js index.html favicon.svg index-local.html
context.js index.css index-dark.css index.js index.html index-local.html
favicon.svg tree-icon-light.svg tree-icon-dark.svg
README.md LICENSE
updateOID.sh check.sh
examples/*
Expand Down

0 comments on commit dc0eeba

Please sign in to comment.