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