Skip to content

Commit 5063aa3

Browse files
committed
fix map control focus ring
1 parent 96204d2 commit 5063aa3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/features/map/components/MapControls.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ const controlButtonStyles = css`
7777
outline: none;
7878
box-shadow:
7979
inset 0 0 0 2px ${theme.colors.focus.outline},
80-
var(--map-control-shadow, none);
80+
var(--map-control-shadow, 0 0 0 0 transparent);
8181
}
8282
8383
&:disabled {

0 commit comments

Comments
 (0)