Commit bffa14d
authored
feat(ui5-shellbar): align hover state colors for shell action buttons (#13539)
Shell action buttons on hover were missing the shell-specific background and border-color, and used --sapShell_TextColor instead of the required --sapShell_InteractiveTextColor for the icon color.
Align hover state with the Shell Button Specification:
- background: --sapShell_Hover_Background
- border-color: --sapButton_Lite_Hover_BorderColor
- color: --sapShell_InteractiveTextColor
JIRA: BGSOFUIPIRIN-70631 parent 732076b commit bffa14d
2 files changed
Lines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
102 | | - | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
103 | 105 | | |
104 | 106 | | |
105 | 107 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
13 | 15 | | |
14 | 16 | | |
15 | 17 | | |
| |||
0 commit comments