File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed
packages/@adobe/spectrum-css-temp/components/card Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -129,10 +129,9 @@ user-provided
129
129
calc (50% - calc (var (--spectrum-checkbox-box-size ) / 2 ));
130
130
}
131
131
132
- & .is-focused ,
133
132
& .is-selected ,
134
133
& .focus-ring , /* only for visible focus */
135
- & : hover {
134
+ & . is-hovered {
136
135
.spectrum-Card-checkboxWrapper {
137
136
/* Ideally, this would simply apply is-open to the QuickActions component */
138
137
visibility : visible;
@@ -951,8 +950,7 @@ For now working around it with a useLayoutEffect in CardBase.
951
950
}
952
951
& .is-focused ,
953
952
& .is-selected ,
954
- & : focus ,
955
- & : hover {
953
+ & .is-hovered {
956
954
.spectrum-Card-checkboxWrapper {
957
955
display : none;
958
956
}
@@ -1039,8 +1037,7 @@ For now working around it with a useLayoutEffect in CardBase.
1039
1037
}
1040
1038
& .is-focused ,
1041
1039
& .is-selected ,
1042
- & : focus ,
1043
- & : hover {
1040
+ & .is-hovered {
1044
1041
.spectrum-Card-checkboxWrapper {
1045
1042
display : none;
1046
1043
}
You can’t perform that action at this time.
0 commit comments