Skip to content

Commit 4291c11

Browse files
committed
Make view list focus state styling more consistent
1 parent a093f04 commit 4291c11

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/components/view/view-event-list.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,10 @@ const ListContainer = styled.div<{ role: 'table' }>`
7878
box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 30px inset;
7979
pointer-events: none;
8080
}
81+
82+
& > div > div[tabindex="0"]:focus {
83+
outline: thin dotted ${p => p.theme.popColor};
84+
}
8185
`;
8286

8387
const Column = styled.div<{ role: 'cell' | 'columnheader' }>`

0 commit comments

Comments
 (0)