You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 5, 2023. It is now read-only.
:focus
{
/* normalized default styles for all browsers */outline: currentColordottedthin;
/* on webkit and blink use focus ring; style of “auto” hides it, when using mouse or touch */outline: -webkit-focus-ring-colorauto5px;
/* if one don't like webkit's ring, use this instead: @supports (outline-color: -webkit-focus-ring-color) { :focus { outline-style: auto; } }*/
}
/* don't use outline on mozilla browsers, if it's not needed */:focus:not(:-moz-focusring)
{
outline: none;
}
Should live in Base or Normalise/Reset.
The text was updated successfully, but these errors were encountered:
I think this:
Should live in Base or Normalise/Reset.
The text was updated successfully, but these errors were encountered: