@zero-library/common 2.3.6 → 2.3.7
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.cjs.js +7 -23
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.css +6 -4
- package/dist/index.css.map +1 -1
- package/dist/index.esm.js +8 -24
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -602,12 +602,13 @@
|
|
|
602
602
|
text-decoration: underline;
|
|
603
603
|
text-decoration-color: #ff9500;
|
|
604
604
|
text-underline-offset: 4px;
|
|
605
|
+
background-color: rgba(255, 149, 0, 0.2);
|
|
605
606
|
}
|
|
606
607
|
.styles_module_editorParent .styles_module_contentWrapper .styles_module_simpleEditorContent .editor-annotation:hover {
|
|
607
|
-
background-color: rgba(255, 149, 0, 0.
|
|
608
|
+
background-color: rgba(255, 149, 0, 0.4);
|
|
608
609
|
}
|
|
609
610
|
.styles_module_editorParent .styles_module_contentWrapper .styles_module_simpleEditorContent .editor-annotation .editor-annotation--selected {
|
|
610
|
-
background-color: rgba(255, 149, 0, 0.
|
|
611
|
+
background-color: rgba(255, 149, 0, 0.6);
|
|
611
612
|
}
|
|
612
613
|
.styles_module_editorParent .styles_module_contentWrapper .styles_module_simpleEditorContent .editor-collection {
|
|
613
614
|
display: inline-block;
|
|
@@ -615,12 +616,13 @@
|
|
|
615
616
|
text-decoration: underline;
|
|
616
617
|
text-decoration-color: #34afbe;
|
|
617
618
|
text-underline-offset: 4px;
|
|
619
|
+
background-color: rgba(52, 175, 190, 0.2);
|
|
618
620
|
}
|
|
619
621
|
.styles_module_editorParent .styles_module_contentWrapper .styles_module_simpleEditorContent .editor-collection:hover {
|
|
620
|
-
background-color: rgba(52, 175, 190, 0.
|
|
622
|
+
background-color: rgba(52, 175, 190, 0.4);
|
|
621
623
|
}
|
|
622
624
|
.styles_module_editorParent .styles_module_contentWrapper .styles_module_simpleEditorContent .editor-collection .editor-collection--selected {
|
|
623
|
-
background-color: rgba(52, 175, 190, 0.
|
|
625
|
+
background-color: rgba(52, 175, 190, 0.6);
|
|
624
626
|
}
|
|
625
627
|
.styles_module_editorParent .styles_module_contentWrapper .styles_module_simpleEditorContent .tiptap.ProseMirror {
|
|
626
628
|
font-family: "DM Sans", sans-serif;
|