Sha256: 8ed9c43044e9258178ab4e17c0347f9a3554980e6ccbd982eb426ff6ef1f2035
Contents?: true
Size: 332 Bytes
Versions: 96
Compression:
Stored size: 332 Bytes
Contents
// WebKit-style focus .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
96 entries across 96 versions & 10 rubygems