Reputation: 6675
I need write rules for pseudo elements, but It seems IE11 browser is not showing ::after and ::before pseudo elements in its developer tools despite them being rendered on the page.
Is there way to edit them directly in browser, as it is possible on Chrome?
Upvotes: 7
Views: 2159
Reputation: 34207
All styles in Internet Explorer appear in the styles tab on the right.
The html markup for pseudo elements is not displayed within the DOM inspector like other popular browsers.
Upvotes: 7