From a90a5cba08fdf6c0ceb95101c275108a152a3aed Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 12 Jun 2024 07:35:37 +0200 Subject: Merging upstream version 127.0. Signed-off-by: Daniel Baumann --- browser/themes/shared/browser-shared.css | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'browser/themes/shared/browser-shared.css') diff --git a/browser/themes/shared/browser-shared.css b/browser/themes/shared/browser-shared.css index 276799c35f..9e513830a9 100644 --- a/browser/themes/shared/browser-shared.css +++ b/browser/themes/shared/browser-shared.css @@ -515,6 +515,14 @@ menupopup::part(drop-indicator) { /* End private browsing indicator */ +/* Content analysis indicator */ + +:root:not([contentanalysisactive]) #content-analysis-indicator { + display: none; +} + +/* End content analysis indicator */ + /* Override theme colors since the picker uses extra colors that themes cannot set */ #DateTimePickerPanel { @@ -648,7 +656,7 @@ menupopup::part(drop-indicator) { float: inline-end; background-color: transparent; flex-direction: row-reverse; - /* Override proton-doorhanger default styles that increase the size of the button */ + /* Override doorhanger default styles that increase the size of the button */ margin: 0; } -- cgit v1.2.3