@anyblades/blades 2.2.3 → 2.2.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/assets/blades.css +0 -11
- package/assets/blades.standalone.core.css +0 -15
- package/assets/blades.standalone.css +0 -15
- package/blades.gemspec +1 -1
- package/package.json +1 -1
- package/src/content/_code.css +0 -15
package/assets/blades.css
CHANGED
|
@@ -982,17 +982,6 @@ code[data-caption]::before {
|
|
|
982
982
|
code:where(pre > *) {
|
|
983
983
|
padding: 0;
|
|
984
984
|
}
|
|
985
|
-
/* Extends https://github.com/PrismJS/prism/blob/master/plugins/treeview/prism-treeview.css */
|
|
986
|
-
.token.treeview-part .entry-line {
|
|
987
|
-
width: 2.5em !important;
|
|
988
|
-
opacity: 25%;
|
|
989
|
-
}
|
|
990
|
-
.token.treeview-part .entry-name:last-child {
|
|
991
|
-
opacity: 50%;
|
|
992
|
-
}
|
|
993
|
-
.token.treeview-part .entry-name:last-child::before {
|
|
994
|
-
display: none !important;
|
|
995
|
-
}
|
|
996
985
|
/*```
|
|
997
986
|
\3c !--section--> */
|
|
998
987
|
/* Forms */
|
|
@@ -577,21 +577,6 @@ code:where(pre > *) {
|
|
|
577
577
|
padding: 0;
|
|
578
578
|
}
|
|
579
579
|
|
|
580
|
-
/* Extends https://github.com/PrismJS/prism/blob/master/plugins/treeview/prism-treeview.css */
|
|
581
|
-
|
|
582
|
-
.token.treeview-part .entry-line {
|
|
583
|
-
width: 2.5em !important;
|
|
584
|
-
opacity: 25%;
|
|
585
|
-
}
|
|
586
|
-
|
|
587
|
-
.token.treeview-part .entry-name:last-child {
|
|
588
|
-
opacity: 50%;
|
|
589
|
-
}
|
|
590
|
-
|
|
591
|
-
.token.treeview-part .entry-name:last-child::before {
|
|
592
|
-
display: none !important;
|
|
593
|
-
}
|
|
594
|
-
|
|
595
580
|
/*```
|
|
596
581
|
\3c !--section--> */
|
|
597
582
|
|
|
@@ -577,21 +577,6 @@ code:where(pre > *) {
|
|
|
577
577
|
padding: 0;
|
|
578
578
|
}
|
|
579
579
|
|
|
580
|
-
/* Extends https://github.com/PrismJS/prism/blob/master/plugins/treeview/prism-treeview.css */
|
|
581
|
-
|
|
582
|
-
.token.treeview-part .entry-line {
|
|
583
|
-
width: 2.5em !important;
|
|
584
|
-
opacity: 25%;
|
|
585
|
-
}
|
|
586
|
-
|
|
587
|
-
.token.treeview-part .entry-name:last-child {
|
|
588
|
-
opacity: 50%;
|
|
589
|
-
}
|
|
590
|
-
|
|
591
|
-
.token.treeview-part .entry-name:last-child::before {
|
|
592
|
-
display: none !important;
|
|
593
|
-
}
|
|
594
|
-
|
|
595
580
|
/*```
|
|
596
581
|
\3c !--section--> */
|
|
597
582
|
|
package/blades.gemspec
CHANGED
package/package.json
CHANGED
package/src/content/_code.css
CHANGED
|
@@ -38,20 +38,5 @@ code {
|
|
|
38
38
|
padding: 0;
|
|
39
39
|
}
|
|
40
40
|
}
|
|
41
|
-
|
|
42
|
-
/* Extends https://github.com/PrismJS/prism/blob/master/plugins/treeview/prism-treeview.css */
|
|
43
|
-
.token.treeview-part {
|
|
44
|
-
.entry-line {
|
|
45
|
-
width: 2.5em !important;
|
|
46
|
-
opacity: 25%;
|
|
47
|
-
}
|
|
48
|
-
.entry-name:last-child {
|
|
49
|
-
opacity: 50%;
|
|
50
|
-
|
|
51
|
-
&::before {
|
|
52
|
-
display: none !important;
|
|
53
|
-
}
|
|
54
|
-
}
|
|
55
|
-
}
|
|
56
41
|
/*```
|
|
57
42
|
<!--section--> */
|