fix placeholder for FF by attaching input and textarea when we call the mixin
This commit is contained in:
parent
ad9bfeef7a
commit
eb3a4b8f75
2 changed files with 10 additions and 4 deletions
|
|
@ -343,7 +343,10 @@ select:focus:required:invalid {
|
|||
}
|
||||
|
||||
// Placeholder text gets special styles; can't be bundled together though for some reason
|
||||
.placeholder();
|
||||
input,
|
||||
textarea {
|
||||
.placeholder();
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue