Bug 1649236 - Fix the separators being invisible in the Library r=dao

Differential Revision: https://phabricator.services.mozilla.com/D81603
This commit is contained in:
Itiel 2020-07-01 18:55:16 +00:00
Родитель a9a1270406
Коммит 184b05fb55
1 изменённых файлов: 1 добавлений и 4 удалений

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

@ -112,10 +112,6 @@
padding: 5px;
}
treechildren::-moz-tree-separator {
height: 1px;
}
#editBMPanel_tagsSelectorRow > richlistbox > richlistitem,
.expander-up,
.expander-down {
@ -288,6 +284,7 @@ treechildren::-moz-tree-separator {
}
treechildren::-moz-tree-separator {
height: 1px;
border-color: var(--organizer-text-secondary-color);
}