문제

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

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top