commit 3556ba68b1d2dcd83f0b71858feb0f638657d4e8
parent 925954a31989b464f472796d67e5a59cca113251
Author: Emilio Cobos Álvarez <emilio@crisal.io>
Date: Tue, 6 Jan 2026 00:06:19 +0000
Bug 2007227 - Use accent rather than selected item color for places drop indicator and navigation arrows. r=desktop-theme-reviewers,mkennedy
Differential Revision: https://phabricator.services.mozilla.com/D277280
Diffstat:
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/browser/themes/shared/browser-shared.css b/browser/themes/shared/browser-shared.css
@@ -590,7 +590,7 @@ menupopup::part(drop-indicator) {
list-style-image: none;
height: 2px;
margin-inline-end: -4em;
- background-color: SelectedItem;
+ background-color: AccentColor;
pointer-events: none;
}
@@ -1294,8 +1294,8 @@ popupnotificationcontent {
#historySwipeAnimationPreviousArrow,
#historySwipeAnimationNextArrow {
- --swipe-nav-icon-primary-color: SelectedItemText;
- --swipe-nav-icon-accent-color: SelectedItem;
+ --swipe-nav-icon-primary-color: AccentColorText;
+ --swipe-nav-icon-accent-color: AccentColor;
will-change: transform;
diff --git a/browser/themes/shared/preferences/search.css b/browser/themes/shared/preferences/search.css
@@ -18,7 +18,7 @@
}
#engineList treechildren::-moz-tree-drop-feedback {
- background-color: SelectedItem;
+ background-color: AccentColor;
width: 10000px; /* 100% doesn't work; 10k is hopefully larger than any window
we may have, overflow isn't visible. */
height: 2px;