diff --git a/apps/browser/src/popup/components/send-list.component.html b/apps/browser/src/popup/components/send-list.component.html index f4f445ce47..6225efdc95 100644 --- a/apps/browser/src/popup/components/send-list.component.html +++ b/apps/browser/src/popup/components/send-list.component.html @@ -1,12 +1,10 @@ -
- - - +
- + \ No newline at end of file diff --git a/apps/browser/src/popup/scss/box.scss b/apps/browser/src/popup/scss/box.scss index 7ea4d1606c..9629ddae6f 100644 --- a/apps/browser/src/popup/scss/box.scss +++ b/apps/browser/src/popup/scss/box.scss @@ -482,7 +482,8 @@ } } - &.disabled { + &.disabled, + &[disabled] { @include themify($themes) { color: themed("disabledIconColor"); opacity: themed("disabledBoxOpacity");