Remove Outline On Chrome
@@ -134,7 +134,7 @@ export const StyledButton = styled.button<ButtonStyleProps>`
align-items: center;
&:hover {
cursor: ${(props) => (!props.disabled && props.clickable ? 'pointer' : '')}
- }
+ }
&::selected {
background: transparent;
}
@@ -18,6 +18,10 @@ const globalStyles = css`
box-sizing: border-box;
+ *:focus {
+ outline: 0;
+
h1,
h2,
h3,