tor-browser

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

commit 6c3a0a12f215c45ed380272e5a1f6a88eab354ed
parent b713574b28a308c41b9cf9607bafa25081bf95e4
Author: hannajones <hjones@mozilla.com>
Date:   Tue,  9 Dec 2025 22:04:35 +0000

Bug 2003884 - fix some visual issues with moz-select on Windows r=akulyk

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

Diffstat:
Mtoolkit/content/widgets/moz-select/moz-select.css | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/toolkit/content/widgets/moz-select/moz-select.css b/toolkit/content/widgets/moz-select/moz-select.css @@ -65,6 +65,7 @@ display: flex; align-items: center; outline: none; + font-family: inherit; } panel-item[icon]::part(button) { @@ -104,6 +105,10 @@ select { & option { font-weight: var(--select-option-font-weight); color: var(--select-option-text-color); + + &:disabled { + color: var(--text-color-disabled); + } } }