selectivizr icon indicating copy to clipboard operation
selectivizr copied to clipboard

:empty:after has no effect and console will get error when using IE8.

Open vrbvillor opened this issue 8 years ago • 1 comments

Selector '.SELECT>dt:empty:after' threw exception 'Error: Syntax error, unrecognized expression: unsupported pseudo: after' will appear in the console.

vrbvillor avatar Jun 02 '16 07:06 vrbvillor

This issue appears to occur when you have :before or :after chained with any other pseudo-class. There is a solution here #58

KieranGreenwood avatar Mar 20 '17 17:03 KieranGreenwood