mirror of
https://github.com/twbs/bootstrap.git
synced 2024-11-29 11:24:18 +01:00
Update .placeholder() mixin call
In less/mixins.less this mixin is being created with @placeholderText color as default, which is actually set as @placeholderText: @grayLight in less/variables.less so it's redundant to make call like this: .placeholder(@grayLight);
This commit is contained in:
parent
ef368f0076
commit
20eae67147
@ -344,7 +344,7 @@ select:focus:required:invalid {
|
||||
}
|
||||
|
||||
// Placeholder text gets special styles; can't be bundled together though for some reason
|
||||
.placeholder(@grayLight);
|
||||
.placeholder();
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user