зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1301342 - hide filter icon when editing property in ruleview;r=gl
MozReview-Commit-ID: HYHGBk0J9y7 --HG-- extra : rebase_source : 7e2abfc4742e856fd2087a79b80c54afa8a4bcac
This commit is contained in:
Родитель
282a8e00f0
Коммит
65e7b13fc1
|
@ -453,6 +453,7 @@ TextPropertyEditor.prototype = {
|
||||||
|
|
||||||
_onStartEditing: function () {
|
_onStartEditing: function () {
|
||||||
this.element.classList.remove("ruleview-overridden");
|
this.element.classList.remove("ruleview-overridden");
|
||||||
|
this.filterProperty.hidden = true;
|
||||||
this.enable.style.visibility = "hidden";
|
this.enable.style.visibility = "hidden";
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче