Bug 1513349 - Remove now erroneous tree cell editing styles. r=dao

Differential Revision: https://phabricator.services.mozilla.com/D14189

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Tim Nguyen 2018-12-12 08:55:50 +00:00
Родитель 69162b31b3
Коммит 823afa17ad
1 изменённых файлов: 0 добавлений и 9 удалений

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

@ -187,15 +187,6 @@ treechildren::-moz-tree-cell-text(selected, editing) {
color: inherit;
}
treechildren::-moz-tree-cell(selected, focus, editing) {
background-color: transparent;
border: none;
}
treechildren::-moz-tree-cell-text(selected, editing) {
opacity: 0;
}
.tree-input {
-moz-appearance: none;
border: 1px solid Highlight;