mirror of
https://github.com/status-im/MyCrypto.git
synced 2025-01-24 09:59:35 +00:00
7 lines
87 B
Plaintext
7 lines
87 B
Plaintext
|
// WebKit-style focus
|
||
|
|
||
|
.tab-focus() {
|
||
|
outline: thin dotted;
|
||
|
outline-offset: 3px;
|
||
|
}
|