Explorar o código

Remove Outline On Chrome

Francesco Baccetti %!s(int64=4) %!d(string=hai) anos
pai
achega
fe657f6b16
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      packages/app/src/shared/components/Button/Button.style.ts

+ 3 - 0
packages/app/src/shared/components/Button/Button.style.ts

@@ -135,6 +135,9 @@ export const StyledButton = styled.button<ButtonStyleProps>`
 	&:hover {
 		cursor: ${(props) => (!props.disabled && props.clickable ? 'pointer' : '')}
 	}
+  &:focus {
+    outline: 0
+  }
 	&::selected {
 		background: transparent;
 	}