sccoreui 4.5.2 → 4.5.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/App.scss +12 -0
- package/package.json +1 -1
package/dist/App.scss
CHANGED
|
@@ -637,6 +637,18 @@ button[data-cmd="fontFamily"]:focus{
|
|
|
637
637
|
border: 1px solid var(--primary-300) !important;
|
|
638
638
|
background: none !important;
|
|
639
639
|
}
|
|
640
|
+
.text-editor {
|
|
641
|
+
border: 1px solid #d0d5dd;
|
|
642
|
+
border-radius: 10px;
|
|
643
|
+
* {
|
|
644
|
+
border: none !important;
|
|
645
|
+
}
|
|
646
|
+
}
|
|
647
|
+
|
|
648
|
+
.text-editor.focus-text-editor {
|
|
649
|
+
box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05), 0px 0px 0px 4px var(--primary-100);
|
|
650
|
+
border: 1px solid var(--primary-300) !important;
|
|
651
|
+
}
|
|
640
652
|
|
|
641
653
|
|
|
642
654
|
button[data-cmd='fontFamily']{
|