What do the crossed style properties in Google Chrome devtools mean?

后端 未结 5 1782
逝去的感伤
逝去的感伤 2020-11-28 18:08

While inspecting an element using Chrome\'s devtools, in the elements tab, the right-hand side \'Styles\' bar shows the corresponding CSS properties. At times, some of these

5条回答
  •  温柔的废话
    2020-11-28 18:57

    There is some cases when you copy and paste the CSS code in somewhere and it breaks the format so Chrome show the yellow warning. You should try to reformat the CSS code again and it should be fine.

提交回复
热议问题