]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
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)
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

index 7d967c6b3dbbb84ef5005b459fb77edd15bfd7c4..61e29b69772ccf9881bee262c9f2c09f99b81795 100644 (file)
@@ -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();