Commit 4ac0d74
authored
fix(ui5-select): correct focus styling for read-only state (#13400)
Problem:
In sap_horizon and sap_horizon_dark themes, the read-only focused Select had a rounded outline and wrong focus color, because it inherited incorrect overrides from Input-parameters.css.
Solution:
Override --_ui5_input_focus_outline_color and --_ui5_input_readonly_focus_border_radius in Select-parameters.css to restore the correct spec values.
Fixes #133091 parent df9a5da commit 4ac0d74
2 files changed
Lines changed: 4 additions & 0 deletions
File tree
- packages/main/src/themes
- sap_horizon_dark
- sap_horizon
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
7 | 9 | | |
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
7 | 9 | | |
0 commit comments