File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 17
17
}
18
18
19
19
: host ([design = "Positive" ][pressed ][active ]),
20
- : host ([design = "Positive" ][pressed ]: hover ) {
20
+ : host ([design = "Positive" ][pressed ]: not ([ active ]) : not ([ non-interactive ]) : not ([ _is-touch ]) : hover ) {
21
21
background : var (--sapButton_Accept_Selected_Hover_Background );
22
22
}
23
23
31
31
}
32
32
33
33
: host ([design = "Negative" ][pressed ][active ]),
34
- : host ([design = "Negative" ][pressed ]: hover ) {
34
+ : host ([design = "Negative" ][pressed ]: not ([ active ]) : not ([ non-interactive ]) : not ([ _is-touch ]) : hover ) {
35
35
background : var (--sapButton_Reject_Selected_Hover_Background );
36
36
}
37
37
42
42
: host ([design = "Transparent" ][pressed ]),
43
43
: host ([design = "Transparent" ][pressed ]: hover ),
44
44
: host ([design = "Emphasized" ][pressed ]),
45
- : host ([design = "Emphasized" ][pressed ]: hover ) {
45
+ : host ([design = "Emphasized" ][pressed ]: not ([ active ]) : not ([ non-interactive ]) : not ([ _is-touch ]) : hover ) {
46
46
background : var (--sapButton_Selected_Background );
47
47
border-color : var (--sapButton_Selected_BorderColor );
48
48
color : var (--sapButton_Selected_TextColor );
49
49
outline-color : var (--sapContent_ContrastFocusColor );
50
50
}
51
51
52
52
: host ([pressed ][active ]),
53
- : host ([pressed ]: hover ) {
53
+ : host ([pressed ]: not ([ active ]) : not ([ non-interactive ]) : not ([ _is-touch ]) : hover ) {
54
54
background : var (--sapButton_Selected_Hover_Background );
55
55
}
You can’t perform that action at this time.
0 commit comments