Bug 1311925 - Remove yellow highlight from search boxes. r=gl

MozReview-Commit-ID: Bxu6uMKw7LM

--HG--
extra : rebase_source : bebc42eeacb99d3beaeb8431576b7f0eda88de81
This commit is contained in:
Tim Nguyen 2016-11-03 19:18:16 +00:00
Родитель a41b5adcb0
Коммит b1b2d0a154
2 изменённых файлов: 0 добавлений и 3 удалений

Просмотреть файл

@ -112,11 +112,9 @@ InspectorSearch.prototype = {
_onInput: function () {
if (this.searchBox.value.length === 0) {
this.searchClearButton.hidden = true;
this.searchBox.removeAttribute("filled");
this._onSearch();
} else {
this.searchClearButton.hidden = false;
this.searchBox.setAttribute("filled", true);
}
},

Просмотреть файл

@ -634,7 +634,6 @@ checkbox:-moz-focusring {
width: 100%;
}
.devtools-searchinput:-moz-any([filled],.filled),
.devtools-filterinput:-moz-any([filled],.filled) {
background-color: var(--searchbox-background-color);
border-color: var(--searchbox-border-color);