Skip to content

Instantly share code, notes, and snippets.

@ricealexander
Created April 15, 2020 21:26
Show Gist options
  • Save ricealexander/a1ad3fc846fe008eeda210cdf97b71e8 to your computer and use it in GitHub Desktop.
Save ricealexander/a1ad3fc846fe008eeda210cdf97b71e8 to your computer and use it in GitHub Desktop.
Longest CSS Selector I've written. Adds focus effects to custom radio buttons.
#theme #ctl00_AllegMain_MODETABLE td:focus-within input[type="radio"] + label::before,
#theme #ctl00_AllegMain_UPGRADETABLE td:focus-within input:not([value="ALLEGOTHER"]) + label,
#theme #ctl00_AllegMain_UPGRADETABLE td:focus-within input[value="ALLEGOTHER"] + label::before {
border-color: #222;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment