getdave / Tanlinell

Boilerplate Wordpress theme for rapid development of new WP themes. Based on the great work of the _s ("Underscore") theme.
GNU General Public License v2.0
6 stars 2 forks source link

Add class to hide GForms hidden fields #302

Closed getdave closed 10 years ago

getdave commented 10 years ago

Gravity forms can generate hidden fields. These need to be visually hidden because we often apply box model to the field containers

.gform_hidden {
@extend .vh;
}
getdave commented 10 years ago

Reopening because this will need backmerging into the separate CSS framework. Great work though!

getdave commented 10 years ago

Closing in favour of task in new repo...

https://github.com/getdave/tanlinell-framework/issues/12