sccoreui 4.7.4 → 4.7.6
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 +6 -2
- package/package.json +1 -1
package/dist/App.scss
CHANGED
|
@@ -646,12 +646,12 @@ button[data-cmd="fontFamily"]:focus{
|
|
|
646
646
|
}
|
|
647
647
|
|
|
648
648
|
.text-editor.focus-text-editor {
|
|
649
|
-
box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05), 0px 0px 0px 4px var(--primary-
|
|
649
|
+
box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05), 0px 0px 0px 4px var(--primary-100);
|
|
650
650
|
border: 1px solid var(--primary-300) !important;
|
|
651
651
|
}
|
|
652
652
|
|
|
653
653
|
.text-editor.p-invalid.focus-text-editor {
|
|
654
|
-
box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05), 0px 0px 0px 4px var(--red-
|
|
654
|
+
box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05), 0px 0px 0px 4px var(--red-100);
|
|
655
655
|
border: 1px solid var(--red-300) !important;
|
|
656
656
|
}
|
|
657
657
|
|
|
@@ -677,6 +677,10 @@ button[data-cmd='fontFamily']{
|
|
|
677
677
|
margin-left: 8px;
|
|
678
678
|
}
|
|
679
679
|
|
|
680
|
+
.fr-wrapper .fr-placeholder {
|
|
681
|
+
color: #667085 !important;
|
|
682
|
+
}
|
|
683
|
+
|
|
680
684
|
button[aria-expanded="true"] {
|
|
681
685
|
&::before {
|
|
682
686
|
top: 48%;
|