Sha256: 8d442ed6b04a504a97217f3679c642073c79fa1d5b7c0de76bcadd1517fca796
Contents?: true
Size: 338 Bytes
Versions: 1151
Compression:
Stored size: 338 Bytes
Contents
// WebKit-style focus @mixin tab-focus() { // WebKit-specific. Other browsers will keep their default outline style. // (Initially tried to also force default via `outline: initial`, // but that seems to erroneously remove the outline in Firefox altogether.) outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; }
Version data entries
1,151 entries across 1,096 versions & 37 rubygems