@inchurch/matcha-theme 22.15.1 → 22.15.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.
|
@@ -1,6 +1,12 @@
|
|
|
1
1
|
@mixin matcha-text-editor-theme($theme) {
|
|
2
|
+
// O SunEditor v3 portaliza popups/diálogos (dropdowns, modal de imagem, seletor de cor)
|
|
3
|
+
// num carrier `.sun-editor.sun-editor-carrier-wrapper` anexado ao <body> — FORA do
|
|
4
|
+
// <matcha-text-editor>. Incluir o carrier aqui faz as mesmas --se-* alcançarem os popups
|
|
5
|
+
// (que herdam por serem descendentes); como os valores são var(--matcha-color-*) e o
|
|
6
|
+
// .theme-default-dark fica no <body>, um bloco só cobre light e dark.
|
|
2
7
|
matcha-text-editor .sun-editor,
|
|
3
|
-
matcha-text-editor .sun-editor-editable
|
|
8
|
+
matcha-text-editor .sun-editor-editable,
|
|
9
|
+
.sun-editor.sun-editor-carrier-wrapper {
|
|
4
10
|
// ── Backgrounds ──────────────────────────────────────────────────────
|
|
5
11
|
--se-main-background-color: var(--matcha-color-bg);
|
|
6
12
|
--se-edit-background-color: var(--matcha-color-surface);
|