Bug 1503381 - Improve styling for unfocused+selected tree item in bookmarks panel. r=dao

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

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Tim Nguyen 2018-10-31 15:58:34 +00:00
parent 3501594596
commit 76280e6e33

View File

@ -506,6 +506,18 @@ html|input.urlbar-input {
box-shadow: var(--focus-ring-box-shadow);
}
#editBMPanel_folderTree > treechildren::-moz-tree-row(blur,selected),
#editBMPanel_tagsSelector:not(:focus) > richlistitem[selected] {
background-color: var(--arrowpanel-dimmed);
}
#editBMPanel_folderTree > treechildren::-moz-tree-twisty(blur,selected),
#editBMPanel_folderTree > treechildren::-moz-tree-image(blur,selected),
#editBMPanel_folderTree > treechildren::-moz-tree-cell-text(blur,selected),
#editBMPanel_tagsSelector:not(:focus) > richlistitem[selected] {
color: inherit;
}
#editBMPanel_folderTree {
border-bottom: none;
border-bottom-left-radius: 0;