Skip to content

Commit

Permalink
More accurate placeholder color
Browse files Browse the repository at this point in the history
  • Loading branch information
Petr Brzek committed Feb 1, 2014
1 parent 734584d commit c8c211b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/lesshat-prefixed.less
Original file line number Diff line number Diff line change
Expand Up @@ -1809,7 +1809,7 @@

}

.lh-placeholder(@color:hotpink, @element: 08121991) {
.lh-placeholder(@color:#aaa, @element: 08121991) {
.inception (@arguments) when not (@element = 08121991) {
@{element}::-webkit-input-placeholder {
color: @color;
Expand Down
2 changes: 1 addition & 1 deletion build/lesshat.less
Original file line number Diff line number Diff line change
Expand Up @@ -1809,7 +1809,7 @@

}

.placeholder(@color:hotpink, @element: 08121991) {
.placeholder(@color:#aaa, @element: 08121991) {
.inception (@arguments) when not (@element = 08121991) {
@{element}::-webkit-input-placeholder {
color: @color;
Expand Down
2 changes: 1 addition & 1 deletion mixins/placeholder/placeholder.less
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.placeholder(@color:hotpink, @element: 08121991) {
.placeholder(@color:#aaa, @element: 08121991) {
.inception (@arguments) when not (@element = 08121991) {
@{element}::-webkit-input-placeholder {
color: @color;
Expand Down

0 comments on commit c8c211b

Please sign in to comment.