]> git.ipfire.org Git - thirdparty/bootstrap.git/commit
Update .placeholder() mixin call 3428/head
authorMilos Gavrilovic <gavra@arvag.net>
Thu, 10 May 2012 09:25:22 +0000 (12:25 +0300)
committerMilos Gavrilovic <gavra@arvag.net>
Thu, 10 May 2012 09:25:22 +0000 (12:25 +0300)
commit20eae67147da15a75250a09f0932c0f3f2198b2b
tree61b1136a693d75fab751305d538f9d7db4fb331d
parentef368f0076523a8d0cd6b411549d7e9af9d1cf98
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);
less/forms.less