We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4da2f35 + 4654ef9 commit 800db60Copy full SHA for 800db60
packages/component-header-footer/src/footer/index.styles.js
@@ -32,6 +32,8 @@ const StyledFooter = styled.footer`
32
a:focus, button:focus {
33
outline: none;
34
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);
37
}
38
39
0 commit comments