Skip to content

Commit 70f3319

Browse files
author
Kubit
committed
Modify styles for mediaProgressBar
Modify to delete shadoBox on Focus state
1 parent 927a6cd commit 70f3319

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/components/mediaProgressBar/mediaProgressBar.styled.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ export const BarContainerStyled = styled.div<MediaProgressBarStylesType>`
4848
`};
4949
&:focus-visible {
5050
outline-style: none;
51+
box-shadow: none;
52+
5153
& > ${BarStyled} {
5254
${({ theme: { FOCUS_STYLES } }) => FOCUS_STYLES};
5355
}

0 commit comments

Comments
 (0)