Override Firefox UA style for placeholders

pull/21833/head
J. Ryan Stinnett 2019-01-21 14:31:51 -06:00
parent 82dee37afe
commit 31808c23a8
1 changed files with 7 additions and 0 deletions

View File

@ -295,6 +295,13 @@ input[type=search]::-webkit-search-results-decoration {
.input[type=search]::-moz-placeholder {
color: #a5aab2;
}
// Override Firefox's UA style so we get a consistent look across browsers
input::placeholder,
textarea::placeholder {
opacity: initial;
}
// ***** Mixins! *****
@define-mixin mx_DialogButton {