|
38 | 38 | color: var(--sapButton_Selected_TextColor); |
39 | 39 | } |
40 | 40 |
|
| 41 | +:host([pressed][active]:not([disabled])), |
| 42 | +:host([design="Default"][pressed][active]:not([disabled])), |
| 43 | +:host([design="Transparent"][pressed][active]:not([disabled])), |
| 44 | +:host([design="Emphasized"][pressed][active]:not([disabled])) { |
| 45 | + background: var(--sapButton_Selected_Hover_Background); |
| 46 | + border-color: var(--sapButton_Selected_Hover_BorderColor); |
| 47 | + color: var(--sapButton_Selected_TextColor); |
| 48 | +} |
| 49 | + |
41 | 50 | :host([pressed]:not([active]):not([non-interactive]):not([_is-touch])), |
42 | 51 | :host([design="Default"][pressed]:not([active]):not([non-interactive]):not([_is-touch])), |
43 | 52 | :host([design="Transparent"][pressed]:not([active]):not([non-interactive]):not([_is-touch])), |
|
59 | 68 | color: var(--sapButton_Reject_Active_TextColor); |
60 | 69 | } |
61 | 70 |
|
| 71 | +:host([design="Negative"][pressed][active]:not([disabled])) { |
| 72 | + background: var(--sapButton_Reject_Selected_Hover_Background); |
| 73 | + border-color: var(--sapButton_Reject_Selected_Hover_BorderColor); |
| 74 | + color: var(--sapButton_Reject_Selected_TextColor); |
| 75 | +} |
| 76 | + |
62 | 77 | :host([design="Negative"][pressed][active]:hover), |
63 | 78 | :host([design="Negative"][pressed]:not([active]):not([non-interactive]):not([_is-touch]):hover) { |
64 | 79 | background: var(--sapButton_Reject_Selected_Hover_Background); |
|
84 | 99 | color: var(--sapButton_Accept_Selected_TextColor); |
85 | 100 | } |
86 | 101 |
|
| 102 | +:host([design="Positive"][pressed][active]:not([disabled])) { |
| 103 | + background: var(--sapButton_Accept_Selected_Hover_Background); |
| 104 | + border-color: var(--sapButton_Accept_Selected_Hover_BorderColor); |
| 105 | + color: var(--sapButton_Accept_Selected_TextColor); |
| 106 | +} |
| 107 | + |
87 | 108 | :host([design="Positive"][pressed][active]:hover), |
88 | 109 | :host([design="Positive"][pressed]:not([active]):not([non-interactive]):not([_is-touch]):hover) { |
89 | 110 | background: var(--sapButton_Accept_Selected_Hover_Background); |
|
109 | 130 | color: var(--sapButton_Attention_Active_TextColor); |
110 | 131 | } |
111 | 132 |
|
| 133 | +:host([design="Attention"][pressed][active]:not([disabled])) { |
| 134 | + background: var(--sapButton_Attention_Selected_Hover_Background); |
| 135 | + border-color: var(--sapButton_Attention_Selected_Hover_BorderColor); |
| 136 | + color: var(--sapButton_Attention_Selected_TextColor); |
| 137 | +} |
| 138 | + |
112 | 139 | :host([design="Attention"][pressed][active]:hover), |
113 | 140 | :host([design="Attention"][pressed]:not([active]):not([non-interactive]):not([_is-touch]):hover) { |
114 | 141 | background: var(--sapButton_Attention_Selected_Hover_Background); |
|
0 commit comments