Merge pull request #1550 from bastilian/fix_1532

Fix tag input field
This commit is contained in:
Hannah Wolfe 2013-11-23 14:37:30 -08:00
commit ae31304af0

View File

@ -564,15 +564,18 @@ body.zen {
}
}
.tag-input {
input[type="text"].tag-input {
display: inline-block;
padding: 0;
vertical-align: top;
color: $lightgrey;
font-weight: 300;
background: transparent;
border: none;
&:focus {outline: none;}
&:focus {
outline: none;
}
}
.tag {