What is wrong with this? .btn:not(.btn-float .btn) { ... }
I'd like to apply a css for all elements that have .btn class, except the ones within the div .btn-float
the result i'm getting, is that the class is not applied to any .btn element!
Thanks