Skip to content

Commit 5df26a8

Browse files
committed
Make mock group action buttons tab-reachable
1 parent 3057e35 commit 5df26a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/mock/mock-rule-group.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ const GroupHeaderContainer = styled.header<{
120120
color: ${p => p.theme.popColor};
121121
}
122122
}
123-
&:hover {
123+
&:hover, &:focus-within {
124124
${DragHandle} {
125125
opacity: 0.5;
126126
}

0 commit comments

Comments
 (0)