Fix display bug for component add-ons

Closes #560
This commit is contained in:
Andrew Rowls 2013-09-23 21:41:53 -04:00
parent 66e68d4a31
commit e8e6d6f919
2 changed files with 0 additions and 2 deletions

View File

@ -445,7 +445,6 @@
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
display: block;
cursor: pointer;
width: 16px;
height: 16px;

View File

@ -222,7 +222,6 @@
.input-prepend {
&.date {
.add-on i {
display: block;
cursor: pointer;
width: 16px;
height: 16px;