mirror of
https://github.com/trezor/trezor-wallet
synced 2025-01-07 06:40:54 +00:00
disable outline
This commit is contained in:
parent
e4dcc42026
commit
205506456f
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user