mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-08 17:22:31 +03:00
allow alternate form layouts to hide inputs with .hide on them
This commit is contained in:
@@ -462,6 +462,10 @@ select:focus:required:invalid {
|
||||
display: inline-block;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
// Re-hide hidden elements due to specifity
|
||||
.hide {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
.form-search label,
|
||||
.form-inline label,
|
||||
|
||||
Reference in New Issue
Block a user