mirror of
https://github.com/status-im/MyCrypto.git
synced 2025-02-21 15:28:32 +00:00
7 lines
87 B
Plaintext
7 lines
87 B
Plaintext
|
// WebKit-style focus
|
||
|
|
||
|
.tab-focus() {
|
||
|
outline: thin dotted;
|
||
|
outline-offset: 3px;
|
||
|
}
|