Commit 20eae671 authored by Milos Gavrilovic's avatar Milos Gavrilovic

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);
parent ef368f00
...@@ -344,7 +344,7 @@ select:focus:required:invalid { ...@@ -344,7 +344,7 @@ select:focus:required:invalid {
} }
// Placeholder text gets special styles; can't be bundled together though for some reason // Placeholder text gets special styles; can't be bundled together though for some reason
.placeholder(@grayLight); .placeholder();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment