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