1
0
mirror of https://github.com/trezor/trezor-wallet synced 2025-01-07 06:40:54 +00:00

disable outline

This commit is contained in:
slowbackspace 2019-03-28 14:43:34 +01:00
parent e4dcc42026
commit 205506456f

View File

@ -23,10 +23,11 @@ const baseStyles = createGlobalStyle`
* {
margin: 0;
padding: 0;
outline: none;
}
*::selection, *::-moz-selection, *:focus, *:active, *:active:focus, {
outline: 0 !important;
outline: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}