Closed Alex-302 closed 4 years ago
Please check what is responsible - CoreLibs or ExtCSS
ExtCSS is responsible for this, and this is not a bug
because :contains()
pseudo-class uses textContent
element property for matching. and as long as textContent property of head
element contains text
, the rule will match it and make it visible
#$#*:contains(/text./) { display: block; }
Screenshot:
![image](https://user-images.githubusercontent.com/8361299/80525772-6b83f380-899a-11ea-97ea-b319cdc10d4b.png)