Override Firefox UA style for placeholders

This commit is contained in:
J. Ryan Stinnett 2019-01-21 14:31:51 -06:00
parent 82dee37afe
commit 31808c23a8

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 {