Skip to content

Commit 4654ef9

Browse files
fix(component-header-footer): fix footer mobile column styles
1 parent 9b56a97 commit 4654ef9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/component-header-footer/src/footer/index.styles.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ const StyledFooter = styled.footer`
3232
a:focus, button:focus {
3333
outline: none;
3434
box-shadow: 0 0 0 2px var(--color-base-white), 0 0 0 4px var(--color-base-grey-7) !important;
35+
-webkit-tap-highlight-color: transparent;
36+
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
3537
}
3638
}
3739

0 commit comments

Comments
 (0)