ux: minor changes to search input

This commit is contained in:
Torkel Ödegaard
2017-12-14 13:08:32 +01:00
parent b012131050
commit 0085114d4e
6 changed files with 8 additions and 8 deletions

View File

@@ -45,10 +45,10 @@ $input-border: 1px solid $input-border-color;
}
> input {
padding-left: 30px;
padding-left: 35px;
&:focus + .gf-form-input-icon {
color: $gray-4;
color: $text-muted
}
}
}