summaryrefslogtreecommitdiffstats
path: root/browser/themes/shared/browser-shared.css
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-12 05:35:37 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-12 05:35:37 +0000
commita90a5cba08fdf6c0ceb95101c275108a152a3aed (patch)
tree532507288f3defd7f4dcf1af49698bcb76034855 /browser/themes/shared/browser-shared.css
parentAdding debian version 126.0.1-1. (diff)
downloadfirefox-a90a5cba08fdf6c0ceb95101c275108a152a3aed.tar.xz
firefox-a90a5cba08fdf6c0ceb95101c275108a152a3aed.zip
Merging upstream version 127.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'browser/themes/shared/browser-shared.css')
-rw-r--r--browser/themes/shared/browser-shared.css10
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;
}