🌱 Inputs using pseudo elements

Source
input:not(:disabled):is(:hover, :focus)::before {
  --highlight-size: 0.5rem;
}

when an input isn’t disabled and a user is hovering OR focusing, show a highlight on the pseudo element

Made by Brandon . If you find this project useful you can donate.