Friday, November 22, 2013

Overpower a class from an element wrapping the element that uses it.

.foo .bar
{
   display: none;
   cursor: default;
}

 
 

If we decorate a div with foo and that div contains elements decorated with bar... we won't be able to see them!

No comments:

Post a Comment