Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Overrule box-shadow

I have a rule where all images in a get a box-shadow. Now there is one particular image that shouldn't have a box-shadow, but is in the area. Now, if I give that image an ID or class, this will be given higher priority, which is good. But how do I undo the box-shadow? Setting it to 0px doesn't work.

Thanks! John

like image 772
John Avatar asked Jun 26 '26 06:06

John


1 Answers

Use none for the box shadow value. According to the Mozilla docs, none is the initial value.