@innovastudio/contentbuilder 1.5.206 → 1.5.207
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/package.json
CHANGED
|
@@ -88571,7 +88571,7 @@ class CodeChat {
|
|
|
88571
88571
|
}
|
|
88572
88572
|
|
|
88573
88573
|
#chatPanel *:focus-visible {
|
|
88574
|
-
outline: 2px solid
|
|
88574
|
+
outline: 2px solid var(--focus-outline-color);
|
|
88575
88575
|
outline-offset: 2px;
|
|
88576
88576
|
}
|
|
88577
88577
|
|
|
@@ -88944,7 +88944,7 @@ class CodeChat {
|
|
|
88944
88944
|
}
|
|
88945
88945
|
|
|
88946
88946
|
#settingsDialog select:focus-visible {
|
|
88947
|
-
outline: 2px solid
|
|
88947
|
+
outline: 2px solid var(--focus-outline-color);
|
|
88948
88948
|
outline-offset: 2px;
|
|
88949
88949
|
}
|
|
88950
88950
|
|