wysimark-lite 0.25.26 → 0.25.27
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/dist/index.js +13 -0
- package/dist/index.mjs +13 -0
- package/dist/index.mjs.map +1 -1
- package/dist/metafile-esm.json +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -985,6 +985,19 @@
|
|
|
985
985
|
transition: background-color 200ms, margin-top 200ms, padding-top 200ms,
|
|
986
986
|
margin-bottom 200ms, padding-bottom 200ms, font-size 200ms;
|
|
987
987
|
|
|
988
|
+
&:not(.--collapsible)&.--empty {
|
|
989
|
+
min-height: 1em;
|
|
990
|
+
border-left: 2px solid rgba(0, 127, 255, 0.15);
|
|
991
|
+
border-radius: 0;
|
|
992
|
+
margin-left: 2px;
|
|
993
|
+
&:hover {
|
|
994
|
+
border-left-color: rgba(0, 127, 255, 0.4);
|
|
995
|
+
}
|
|
996
|
+
&.--selected {
|
|
997
|
+
border-left-color: rgba(0, 127, 255, 0.5);
|
|
998
|
+
}
|
|
999
|
+
}
|
|
1000
|
+
|
|
988
1001
|
&.--collapsible&.--empty {
|
|
989
1002
|
font-size: 0.25em; /* font-size is collapsed to 1/4 of regular em */
|
|
990
1003
|
margin: -0.4em 0;
|
package/dist/index.mjs
CHANGED
|
@@ -5714,6 +5714,19 @@ var $Paragraph = styled26("p")`
|
|
|
5714
5714
|
transition: background-color 200ms, margin-top 200ms, padding-top 200ms,
|
|
5715
5715
|
margin-bottom 200ms, padding-bottom 200ms, font-size 200ms;
|
|
5716
5716
|
|
|
5717
|
+
&:not(.--collapsible)&.--empty {
|
|
5718
|
+
min-height: 1em;
|
|
5719
|
+
border-left: 2px solid rgba(0, 127, 255, 0.15);
|
|
5720
|
+
border-radius: 0;
|
|
5721
|
+
margin-left: 2px;
|
|
5722
|
+
&:hover {
|
|
5723
|
+
border-left-color: rgba(0, 127, 255, 0.4);
|
|
5724
|
+
}
|
|
5725
|
+
&.--selected {
|
|
5726
|
+
border-left-color: rgba(0, 127, 255, 0.5);
|
|
5727
|
+
}
|
|
5728
|
+
}
|
|
5729
|
+
|
|
5717
5730
|
&.--collapsible&.--empty {
|
|
5718
5731
|
font-size: 0.25em; /* font-size is collapsed to 1/4 of regular em */
|
|
5719
5732
|
margin: -0.4em 0;
|