Commit 14c4218
authored
fix(ui5-shellbar): correct icon color in overflow popover (#13517)
Problem:
- Icons in the overflow popover were retaining --sapShell_TextColor from the shell header, causing them to appear in the wrong color against the popover's light background.
Solution:
- Set the button color to --sapList_TextColor inside the overflow popover, consistent with the existing [ui5-li]::part(icon) rule and aligned with the VD spec requirement that overflow icons match the list text color.
JIRA: BGSOFUIPIRIN-70691 parent 4ea1e2a commit 14c4218
2 files changed
Lines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
26 | 30 | | |
27 | 31 | | |
28 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
10 | 15 | | |
11 | 16 | | |
12 | 17 | | |
| |||
0 commit comments