Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Cant edit CSS STYLE properties (grayed out & blocked) in chrome

I am experiencing (havent seen before) something strange issue. When I enter a site (site in question is RunForGithub.com) first time, and open up Chrome Inpsect console, then I can modify the css properties on the fly. However, when I refresh page (F5) i can no longer modify them:

enter image description here

the properties area is grayed out. BUt, this only happens with specific only one loaded (runforgithub.com/_styles.css) file, and not with other .css files. It's very annoying, any ideas?

like image 324
T.Todua Avatar asked Dec 20 '17 18:12

T.Todua


2 Answers

Closing the dev tools and opening it again fixes this temporarily. Here's the official bug report: https://bugs.chromium.org/p/chromium/issues/detail?id=796629

like image 51
mehulmpt Avatar answered Oct 23 '22 18:10

mehulmpt


This was approved as a bug and will be fixed in near future:

https://bugs.chromium.org/p/chromium/issues/detail?id=796629

like image 1
T.Todua Avatar answered Oct 23 '22 18:10

T.Todua