FF60 library change #131

This commit is contained in:
overdodactyl 2018-05-10 13:08:27 -06:00
parent d9025dd906
commit 0ed0c986d2
2 changed files with 2 additions and 18 deletions

View File

@ -133,15 +133,7 @@
} }
@media screen and (-moz-os-version:windows-win7) { @media screen and (-moz-os-version:windows-win7) {
treechildren { treechildren {
--treechildren-outline: none!important; --treechildren-outline: none!important
--treechildren-selectedBorder: none!important;
--treechildren-selectedBottomBorder: none!important;
--treechildren-selectedFocusCurrentBorder: none!important;
--treechildren-selectedFocusCurrentBottomBorder: none!important;
--treechildren-hoverBorder: none!important;
--treechildren-hoverBottomBorder: none!important;
--treechildren-hoverSelectedBorder: none!important;
--treechildren-hoverSelectedBottomBorder: none!important
} }
} }
} }

View File

@ -730,15 +730,7 @@ screen and (-moz-os-version:windows-win10) {
} }
@media screen and (-moz-os-version:windows-win7) { @media screen and (-moz-os-version:windows-win7) {
treechildren { treechildren {
--treechildren-outline: none!important; --treechildren-outline: none!important
--treechildren-selectedBorder: none!important;
--treechildren-selectedBottomBorder: none!important;
--treechildren-selectedFocusCurrentBorder: none!important;
--treechildren-selectedFocusCurrentBottomBorder: none!important;
--treechildren-hoverBorder: none!important;
--treechildren-hoverBottomBorder: none!important;
--treechildren-hoverSelectedBorder: none!important;
--treechildren-hoverSelectedBottomBorder: none!important
} }
} }
} }