1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-31 00:59:51 +02:00

Remove var

This commit is contained in:
Mark Otto
2015-06-22 19:02:30 -07:00
parent 75cf69a1ab
commit acca337ced
2 changed files with 3 additions and 5 deletions

View File

@@ -317,7 +317,8 @@ input[type="checkbox"] {
.has-feedback label {
~ .form-control-feedback {
top: ($line-height-computed + 5); // Height of the `label` and its margin
// TODO: redo this since we nuked the `$line-height-computed`
top: 0; // Height of the `label` and its margin
}
&.sr-only ~ .form-control-feedback {