Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to inspect pseudo elements using Microsoft Edge and Internet Explorer 11 developer tools

I need write rules for pseudo elements specifically for Edge and IE, but It seems that both of these browsers are not showing ::after and ::before pseudo elements in their developer tools despite them being rendered on the page.

Is there way to edit them directly in browser, as it is possible on Chrome or Firefox?

like image 394
Usce Avatar asked Dec 11 '22 05:12

Usce


1 Answers

Edge shows pseudo element styles on the given element, but after other (even inherited) styles....

So scroll down.

like image 91
Usagi Miyamoto Avatar answered Jan 05 '23 18:01

Usagi Miyamoto