Question

As picture below shows, I see lots of Inherited parts from * selector (universal selector):
enter image description here

Is there any inefficiency in the way I wrote the code? Should I do something to prevent such situation or is it normal?

EDIT:
I see the same situation for G+:
enter image description here

Was it helpful?

Solution

With * you select every element. Then every child inherits some attributes of their parent-tags. This is why you got the very long inheritance list.

Something must be wrong, I don't get this long list. Please try this.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top