Skip to content

Instantly share code, notes, and snippets.

@jensgro
Created September 10, 2024 06:43
Show Gist options
  • Save jensgro/b46ce35983139f78a6a7d92ae2253524 to your computer and use it in GitHub Desktop.
Save jensgro/b46ce35983139f78a6a7d92ae2253524 to your computer and use it in GitHub Desktop.
neue Selektoren
:where(label:has(> input:disabled), label:has(+ input:disabled)) { cursor : not-allowed;}
.row:has(.topic-tags-block) {}
:where(button) { all : unset;}
footer:has(.broadcastinfo) {}
a:has(.lead) {}
.teaser:has(.topline[style="display: none;"]) .hgroup a:before {}
.media-liveblog:has(.topline) .topline:before {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment