1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2025-04-21 11:47:13 +02:00
2021-07-03 14:08:25 +03:00

10 lines
159 B
Plaintext

// WebKit-style focus
.tab-focus() {
// Default
outline: thin dotted;
// WebKit
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}