Skip to content

Commit 800db60

Browse files
Merge pull request #1533 from ASU/UDS-2002
fix(component-header-footer): fix footer mobile column styles
2 parents 4da2f35 + 4654ef9 commit 800db60

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)