if-inner-text
Syntax
if-inner-text: selector "string";
Same thing as the if-inner-html conditional, except it checks the innerText property.
When used on an event selector with no selector in parentheses, it will default to checking "self". Eg. #myDiv:if-inner-text("a string"): ...
Reference:
https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/innerText