diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-12 05:43:14 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-12 05:43:14 +0000 |
commit | 8dd16259287f58f9273002717ec4d27e97127719 (patch) | |
tree | 3863e62a53829a84037444beab3abd4ed9dfc7d0 /browser/themes/shared/browser-shared.css | |
parent | Releasing progress-linux version 126.0.1-1~progress7.99u1. (diff) | |
download | firefox-8dd16259287f58f9273002717ec4d27e97127719.tar.xz firefox-8dd16259287f58f9273002717ec4d27e97127719.zip |
Merging upstream version 127.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | browser/themes/shared/browser-shared.css | 10 |
1 files changed, 9 insertions, 1 deletions
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; } |