Created
September 10, 2024 06:43
-
-
Save jensgro/b46ce35983139f78a6a7d92ae2253524 to your computer and use it in GitHub Desktop.
neue Selektoren
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
: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