Fix settings toggles layout and add processing-log retention controls
This commit is contained in:
@@ -31,6 +31,7 @@ Do not hardcode new palette or spacing values in component styles when a token a
|
||||
## Control Standards
|
||||
|
||||
- Global input, select, textarea, and button styles are defined once in `frontend/src/styles.css`.
|
||||
- Checkbox and radio controls must be styled through explicit `input[type='checkbox']` and `input[type='radio']` rules, not generic text-input selectors.
|
||||
- Variant button classes (`secondary-action`, `active-view-button`, `warning-action`, `danger-action`) are the only approved button color routes.
|
||||
- Tag chips, routing pills, card chips, and icon buttons must stay within the compact radius and spacing scale.
|
||||
- Focus states use `:focus-visible` and tokenized focus color to preserve keyboard discoverability.
|
||||
|
||||
Reference in New Issue
Block a user