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
Use
nonefor the box shadow value. According to the Mozilla docs,noneis the initial value.