CSS: Re-enable form icons

refs #5543
This commit is contained in:
Eric Lippmann 2015-09-30 11:16:29 +02:00
parent e7d78f003c
commit 56be19f172
1 changed files with 0 additions and 7 deletions

View File

@ -27,13 +27,6 @@ input[type="submit"] {
width: initial;
}
form {
// Disable icons for the moment
i {
display: none;
}
}
// TODO(el): .form-inline control-group { display: inline-block; }
form.inline {
display: inline-block;