CSS: Disable invalid glow of the search field

refs #11835
This commit is contained in:
Eric Lippmann 2016-11-16 13:28:46 +01:00
parent 436cc89fb1
commit 63bf9e20cd
1 changed files with 7 additions and 0 deletions

View File

@ -249,6 +249,13 @@ input[type=text].search-input {
display: block;
}
.search-input:invalid,
.search-input:-moz-submit-invalid,
.search-input:-moz-ui-invalid {
// Disable glow
box-shadow: none;
}
@keyframes search-reset-in {
0% {
opacity: 0;