I apply a box-shadows CSS to all blocks but the shareButtons--iconic is "shadowed" too, how to not apply shadow only to this element ?
I tried this without success
Thanks Brogan but it's exactly the opposite I want, shade under all the blocks except the share icons block.
So i transform your code and it works fine now !
Less:
.blockMessage
{
box-shadow: none;
}
It's strange that .blockMessage only affects the Share buttons block, the semantic is not really consistent, but ok, it's noted.