Last change
on this file since eed0bf8 was fa375fe, checked in by Ema <ema_spirova@…>, 3 years ago |
adding new components
|
-
Property mode
set to
100644
|
File size:
332 bytes
|
Line | |
---|
1 | // WebKit-style focus
|
---|
2 |
|
---|
3 | .tab-focus() {
|
---|
4 | // WebKit-specific. Other browsers will keep their default outline style.
|
---|
5 | // (Initially tried to also force default via `outline: initial`,
|
---|
6 | // but that seems to erroneously remove the outline in Firefox altogether.)
|
---|
7 | outline: 5px auto -webkit-focus-ring-color;
|
---|
8 | outline-offset: -2px;
|
---|
9 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.