@ones-editor/editor 0.0.9-beta.2 → 0.0.9-beta.3
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 +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -3367,7 +3367,7 @@ div.editor-root.readonly div.editor-content div[data-type=editor-block] > [data-
|
|
|
3367
3367
|
position: absolute;
|
|
3368
3368
|
background-color: var(--primary-color);
|
|
3369
3369
|
pointer-events: none;
|
|
3370
|
-
transition: top 0.2s linear, left 0.2s linear
|
|
3370
|
+
transition: top 0.2s linear, left 0.2s linear;
|
|
3371
3371
|
}
|
|
3372
3372
|
.editor-root .editor-content div[data-type=editor-block].text-block.highlighted {
|
|
3373
3373
|
outline: 2px solid var(--background-selection);
|