tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

commit c936a96094350a7d314f43f204bbbdfc7a6ad0ca
parent b96b5febf94e4d69281c6db7b909cbcfca09f07f
Author: Dre Grant <dgrant@mozilla.com>
Date:   Tue, 18 Nov 2025 20:16:29 +0000

Bug 1997801 - replaced border color token for row-selector r=home-newtab-reviewers,akulyk,nbarrett

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

Diffstat:
Mbrowser/extensions/newtab/content-src/components/CustomizeMenu/_CustomizeMenu.scss | 2+-
Mbrowser/extensions/newtab/css/activity-stream.css | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/browser/extensions/newtab/content-src/components/CustomizeMenu/_CustomizeMenu.scss b/browser/extensions/newtab/content-src/components/CustomizeMenu/_CustomizeMenu.scss @@ -275,7 +275,7 @@ color: var(--newtab-text-primary-color); width: 118px; display: block; - border: 1px solid var(--newtab-border-color); + border: 1px solid var(--border-color); border-radius: var(--border-radius-small); appearance: none; padding-block: var(--space-small); diff --git a/browser/extensions/newtab/css/activity-stream.css b/browser/extensions/newtab/css/activity-stream.css @@ -2209,7 +2209,7 @@ main section { color: var(--newtab-text-primary-color); width: 118px; display: block; - border: 1px solid var(--newtab-border-color); + border: 1px solid var(--border-color); border-radius: var(--border-radius-small); appearance: none; padding-block: var(--space-small);