mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-01 10:50:21 +00:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user