boxicons 2.1.1

This commit is contained in:
zadam 2021-12-05 21:50:02 +01:00
parent 2f5f116345
commit b78ab1ee02
9 changed files with 3339 additions and 3012 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 952 KiB

After

Width:  |  Height:  |  Size: 1.1 MiB

View File

@ -56,7 +56,7 @@
"is-svg": "4.3.2",
"jimp": "0.16.1",
"joplin-turndown-plugin-gfm": "1.0.12",
"jsdom": "18.1.1",
"jsdom": "19.0.0",
"mime-types": "2.1.34",
"multer": "1.4.3",
"node-abi": "3.5.0",

View File

@ -46,11 +46,11 @@ span.fancytree-node.fancytree-hide {
.fancytree-node:not(.fancytree-loading) .fancytree-expander:before {
font-family: 'boxicons' !important;
content: "\ea50"; /* lookup code for "chevron-right" in boxicons.css */
speak: none;
font-size: x-large;
text-transform: none;
line-height: 1;
content: "\e9b2";
position: relative;
top: 2px;
margin-right: 5px;
@ -102,7 +102,7 @@ ul.fancytree-container li {
.fancytree-node.fancytree-expanded .fancytree-expander:before {
font-family: 'boxicons' !important;
content: "\e9ac";
content: "\ea4a"; /* lookup code for "chevron-down" in boxicons.css */
}
/** some common text styling for cssClass label */