From f38bea67ab6e54e0858f04c183ca13b4fe4c94f6 Mon Sep 17 00:00:00 2001 From: "Mr. M" Date: Tue, 29 Apr 2025 20:09:08 +0200 Subject: [PATCH] chore: Added an icon for 'report broken site', b=(no-bug), c=no-component --- src/browser/themes/shared/zen-icons/icons.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/browser/themes/shared/zen-icons/icons.css b/src/browser/themes/shared/zen-icons/icons.css index 8de72d45a..21f954682 100644 --- a/src/browser/themes/shared/zen-icons/icons.css +++ b/src/browser/themes/shared/zen-icons/icons.css @@ -324,7 +324,8 @@ } /* security */ -.identity-popup-security-connection { +.identity-popup-security-connection, +#appMenu-report-broken-site-button { list-style-image: url('security-broken.svg') !important; }