Snippets Collections
@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
    transition: none !important;
  }
}
.next-image-button:focus {
  outline: none;
}
.next-image-button:focus-visible {
  outline: 3px solid currentColor; /* That'll show 'em */
}
star

Tue May 27 2025 12:21:26 GMT+0000 (Coordinated Universal Time)

#css #a11y #media-query
star

Wed Jan 05 2022 09:32:59 GMT+0000 (Coordinated Universal Time) https://dev.to/bharathvajganesan/focus-vs-focus-within-vs-focus-visible-14e4

#css #a11y

Save snippets that work with our extensions

Available in the Chrome Web Store Get Firefox Add-on Get VS Code extension