Commit 3c4db68
committed
fix(ui5-search-field): correct scope select border and icon sizing
Suppress the Select component's bottom border gradient inside the
search field's scope dropdown, and let the search icons fill their
container instead of being clamped to 1rem.
The gradient was introduced for Horizon theme compliance (#13408) but
should not appear in ShellBar context. The fixed 1rem icon size
conflicted with the new container-query-based icon sizing (#13569),
which left search-related icons rendering smaller than intended.
Fixes #136051 parent 2608eee commit 3c4db68
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| 90 | + | |
| 91 | + | |
90 | 92 | | |
91 | 93 | | |
92 | 94 | | |
| |||
261 | 263 | | |
262 | 264 | | |
263 | 265 | | |
264 | | - | |
265 | | - | |
266 | 266 | | |
267 | 267 | | |
268 | 268 | | |
| |||
0 commit comments