From c9501fec30edb4a2bcf55a5b555947c595c1c788 Mon Sep 17 00:00:00 2001 From: Mick Letofsky Date: Mon, 22 Sep 2025 11:24:32 +0200 Subject: [PATCH] [PM-21812][PM-21813] Tech debt removal of legacy stylings no longer required nor used (#16466) --- .../popup/settings/autofill.component.html | 2 +- .../popup/settings/notifications.component.html | 2 +- apps/browser/src/popup/scss/box.scss | 7 ------- apps/desktop/src/scss/box.scss | 15 --------------- 4 files changed, 2 insertions(+), 24 deletions(-) diff --git a/apps/browser/src/autofill/popup/settings/autofill.component.html b/apps/browser/src/autofill/popup/settings/autofill.component.html index 9ba27d87ece..40dd013bbf4 100644 --- a/apps/browser/src/autofill/popup/settings/autofill.component.html +++ b/apps/browser/src/autofill/popup/settings/autofill.component.html @@ -279,7 +279,7 @@ {{ "blockedDomains" | i18n }} - + diff --git a/apps/browser/src/autofill/popup/settings/notifications.component.html b/apps/browser/src/autofill/popup/settings/notifications.component.html index 385db8c059b..f7306cb672b 100644 --- a/apps/browser/src/autofill/popup/settings/notifications.component.html +++ b/apps/browser/src/autofill/popup/settings/notifications.component.html @@ -50,7 +50,7 @@ {{ "excludedDomains" | i18n }} - + diff --git a/apps/browser/src/popup/scss/box.scss b/apps/browser/src/popup/scss/box.scss index 1e053f6b9da..763f73a15cb 100644 --- a/apps/browser/src/popup/scss/box.scss +++ b/apps/browser/src/popup/scss/box.scss @@ -526,13 +526,6 @@ width: calc(100% - 25px); } - .row-sub-icon, - .row-sub-label + i.bwi { - @include themify($themes) { - color: themed("disabledIconColor"); - } - } - .icon { display: flex; justify-content: center; diff --git a/apps/desktop/src/scss/box.scss b/apps/desktop/src/scss/box.scss index 8c15aa91c62..c3f7e373820 100644 --- a/apps/desktop/src/scss/box.scss +++ b/apps/desktop/src/scss/box.scss @@ -429,21 +429,6 @@ width: calc(100% - 25px); } - .row-sub-icon { - @include themify($themes) { - color: themed("disabledIconColor"); - } - } - - .row-sub-label { - margin: 0 15px; - white-space: nowrap; - - @include themify($themes) { - color: themed("mutedColor"); - } - } - .progress { display: flex; height: 5px;