gecko-dev/browser/themes/shared/compacttheme.inc.css
Harry Twyford 52e5cf9fdf Bug 1612509 - Remove custom colour for autocomplete-popup-highlight-background in Dark Mode. r=dao
I opted to remove this colour altogether instead of adding branching logic for the legacy Urlbar and the search bar. The legacy Urlbar is being replaced and this patch will land in the same version, and the search bar should support system Highlight colours as well.

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

--HG--
extra : moz-landing-system : lando
2020-02-04 10:01:51 +00:00

12 lines
575 B
CSS

% This Source Code Form is subject to the terms of the Mozilla Public
% License, v. 2.0. If a copy of the MPL was not distributed with this
% file, You can obtain one at http://mozilla.org/MPL/2.0/.
/* compacttheme.css is loaded in browser.xhtml after browser.css when it is
preffed on. The bulk of the styling is here in the shared file, but
there are overrides for each platform in their compacttheme.css files. */
:root:-moz-lwtheme-brighttext {
/* !important to override LightweightThemeConsumer.jsm */
--autocomplete-popup-background: #2A2A2E !important;
}