@zero-library/common 2.3.1 → 2.3.2
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 +9 -6
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.css +3 -4
- package/dist/index.css.map +1 -1
- package/dist/index.esm.js +9 -6
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -569,12 +569,9 @@
|
|
|
569
569
|
display: flex;
|
|
570
570
|
flex-direction: column;
|
|
571
571
|
}
|
|
572
|
-
.styles_module_editorParent .styles_module_contentWrapper .styles_module_simpleEditorContent .editor-annotation
|
|
573
|
-
.editorParent .contentWrapper .simpleEditorContent .editor-collection {
|
|
572
|
+
.styles_module_editorParent .styles_module_contentWrapper .styles_module_simpleEditorContent .editor-annotation {
|
|
574
573
|
display: inline-block;
|
|
575
574
|
transition: all 0.2s ease;
|
|
576
|
-
}
|
|
577
|
-
.styles_module_editorParent .styles_module_contentWrapper .styles_module_simpleEditorContent .editor-annotation {
|
|
578
575
|
border-bottom: 1px dashed #ff9500;
|
|
579
576
|
}
|
|
580
577
|
.styles_module_editorParent .styles_module_contentWrapper .styles_module_simpleEditorContent .editor-annotation:hover {
|
|
@@ -584,6 +581,8 @@
|
|
|
584
581
|
background-color: rgba(255, 149, 0, 0.4);
|
|
585
582
|
}
|
|
586
583
|
.styles_module_editorParent .styles_module_contentWrapper .styles_module_simpleEditorContent .editor-collection {
|
|
584
|
+
display: inline-block;
|
|
585
|
+
transition: all 0.2s ease;
|
|
587
586
|
border-bottom: 1px dashed #34afbe;
|
|
588
587
|
}
|
|
589
588
|
.styles_module_editorParent .styles_module_contentWrapper .styles_module_simpleEditorContent .editor-collection:hover {
|