commit 3f9313ba4fb4e500f517148ff2a71a6667238088
parent 1377eb0f8e3a822980ba4fb65d053ed4aa3670f5
Author: Emilio Cobos Álvarez <emilio@crisal.io>
Date: Thu, 8 Jan 2026 09:02:15 +0000
Bug 2008716 - Also use AccentColor rather than SelectedItem for <tree> drop feedback. r=desktop-theme-reviewers,jules
Differential Revision: https://phabricator.services.mozilla.com/D278050
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/toolkit/themes/shared/tree/tree.css b/toolkit/themes/shared/tree/tree.css
@@ -122,7 +122,7 @@ treechildren::-moz-tree-cell-text(primary, dropOn) {
}
treechildren::-moz-tree-drop-feedback {
- background-color: SelectedItem;
+ background-color: AccentColor;
width: 50px;
height: 2px;
margin-inline-start: 5px;