Config UI: click-to-reveal redacted env vars and use lightweight re-render (#49399)

* Refactor CSS styles: replace hardcoded colors with CSS variables for accent colors and optimize spacing rules in layout files.

* Update CSS styles: streamline selectors, enhance hover effects, and adjust focus states for chat components and layout elements.

* Enhance focus styles for chat components: update border colors and box-shadow effects for improved accessibility and visual consistency.

* Config UI: click-to-reveal redacted env vars and use lightweight re-render
This commit is contained in:
Val Alexander
2026-03-17 22:10:31 -05:00
committed by GitHub
parent 206d1be082
commit 53dcafbec3
4 changed files with 41 additions and 13 deletions

View File

@@ -962,6 +962,13 @@
font-size: 12px;
}
/* Redacted (click-to-reveal) */
.cfg-input--redacted,
.cfg-textarea--redacted {
cursor: pointer;
opacity: 0.7;
}
/* Number Input */
.cfg-number {
display: inline-flex;