sccoreui 4.8.4 → 4.8.5
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/App.scss +2 -2
- package/package.json +1 -1
package/dist/App.scss
CHANGED
|
@@ -647,12 +647,12 @@ button[data-cmd="fontFamily"]:focus{
|
|
|
647
647
|
}
|
|
648
648
|
|
|
649
649
|
.text-editor.focus-text-editor {
|
|
650
|
-
box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05), 0px 0px 0px
|
|
650
|
+
box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05), 0px 0px 0px 2px var(--primary-100);
|
|
651
651
|
border: 1px solid var(--primary-300) !important;
|
|
652
652
|
}
|
|
653
653
|
|
|
654
654
|
.text-editor.p-invalid.focus-text-editor {
|
|
655
|
-
box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05), 0px 0px 0px
|
|
655
|
+
box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05), 0px 0px 0px 2px var(--red-100);
|
|
656
656
|
border: 1px solid var(--red-300) !important;
|
|
657
657
|
}
|
|
658
658
|
|