Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to remove Background color in the Angular 2 templates in Webstorm

I have this 'green' background in the template and style in the Angular 2 in WebStorm. How can I remove this color ?

enter image description here

like image 918
ceth Avatar asked Feb 13 '17 19:02

ceth


1 Answers

Untick the Background option for the Injected language fragment here:

injected

like image 109
CrazyCoder Avatar answered Oct 30 '22 18:10

CrazyCoder