Icons: fix tree view icons opacity

This commit is contained in:
Rafael Mardojai CM 2021-06-06 17:43:56 -05:00
parent 4dbb5d2c26
commit 312bd0b7fb
1 changed files with 4 additions and 0 deletions

View File

@ -63,6 +63,10 @@ button.close::before,
#sidebar-icon {
opacity: 1 !important;
}
treechildren::-moz-tree-twisty,
treechildren::-moz-tree-image {
fill-opacity: 1 !important;
}
/* Icons active color */
menu:not([disabled]):hover > .menu-right,