What is #shadow-root, and why does it put display none on my font awesome classes? [duplicate]

可紊 提交于 2019-12-10 19:57:59

问题


Why does the shadow-root styles put display none on my .fa-xxx classes?

The shadow-root thing adds the classes I use to a display none pile, but only the specific ones I add!

I'm using PHP to include navigation, footers and such, but these don't get effected by it. For example it works just fine in my navigation. There it displays the font just fine.

What is causing this, and how do I control it?


回答1:


Do you have AdBlock extension installed? That might hide your elements.



来源:https://stackoverflow.com/questions/31076278/what-is-shadow-root-and-why-does-it-put-display-none-on-my-font-awesome-classe

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!