codn/adminpanel

View on GitHub
app/assets/stylesheets/adminpanel/fa-hidden.css.scss

Summary

Maintainability
Test Coverage
// revert font awesome 4.2 to font awesome 4.1 behavior when hidden, in 4.1 the content
//was empty so there's no space when it's hidden.
.fa.hidden {
  &:before {
    content: "";
  }
}