You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that if there is : inside class name (I'm not sure if it's only about class name, maybe the same happens with other attributes) then filters compiler consider it as a pseudo-class:
! Error: "Unknown pseudo-class ':min-h-' in selector: 'div[class*="md:min-h-[90px] lg:min-h-[250px]"]:has(div[id^="RAD_D_"])'" in the rule: "radio.at,radio.de,radio.dk,radio.es,radio.fr,radio.it,radio.net,radio.pl,radio.pt,radio.se##div[class*="md:min-h-[90px] lg:min-h-[250px]"]:has(div[id^="RAD_D_"])"radio.at,radio.de,radio.dk,radio.es,radio.fr,radio.it,radio.net,radio.pl,radio.pt,radio.se##div[class*="md:min-h-[90px] lg:min-h-[250px]"]:has(div[id^="RAD_D_"])
It seems that if there is
:
inside class name (I'm not sure if it's only about class name, maybe the same happens with other attributes) then filters compiler consider it as a pseudo-class:https://github.com/AdguardTeam/FiltersRegistry/blob/4e5d379cd96e3a26ba40c1fe072d2b871ad25fad/filters/filter_2_Base/diff.txt#L51-L52
The text was updated successfully, but these errors were encountered: