Skip to content

Instantly share code, notes, and snippets.

@Lego2012
Created July 25, 2025 08:50
Show Gist options
  • Select an option

  • Save Lego2012/93dc954ec384e3b128b6d8e16b83863d to your computer and use it in GitHub Desktop.

Select an option

Save Lego2012/93dc954ec384e3b128b6d8e16b83863d to your computer and use it in GitHub Desktop.
/* https://www.youtube.com/watch?v=hy8W7cBdcaE */
/* Apply this code to the parent element of a card design and ensure you have at least one link applied - typically the heading */
%root% {
position: relative;
}
%root% h3 a::before {
content: '';
inset: 0;
position: absolute;
z-index: 1;
}
%root%:focus-within {
outline: 1px;
}
%root%:focus-within :focus {
box-shadow: none;
outline: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment