SAP / open-ux-tools

Enable community collaboration to jointly promote and facilitate best in class tooling capabilities
Apache License 2.0
83 stars 35 forks source link

TBI - Update/sync border color for input, combobox, dropdown with latest vscode variables #2471

Open 815are opened 3 days ago

815are commented 3 days ago

Value

Styles should be up to date with VSCode themes

We noticed that standard buttons has border color --vscode-editorWidget-border while in latest VSCode theme there is variable --vscode-input-border. We need to appy latest variable + additionally check also border for dropdowns/comboboxes, checkboxes if they aligned

Notes

Tasks

gpeuc commented 3 days ago

Checkboxes have their own set of variables.

Screenshot 2024-10-17 at 09 41 20

And we add focus-border as well to this mix.

gpeuc commented 3 days ago

Error states for inputs:

Screenshot 2024-10-17 at 09 43 34

normal: inputValidation-errorBorder

hover: charts-red