google-youtube icon indicating copy to clipboard operation
google-youtube copied to clipboard

!important does not override Style

Open lauritowal opened this issue 8 years ago • 0 comments

I am trying to override the height of the thumbnail using mixins with height: auto !important; : --google-youtube-thumbnail: { height: auto !important; // using !important does not override }; } As you can see in the following example: https://jsbin.com/dudepucini/edit?html,console,output By inspecting the thumbnail on the right with the dev tools, height: auto is not applied to the thumbnail img.

lauritowal avatar Nov 30 '17 10:11 lauritowal