diff --git a/apps/web/src/app/tools/send/send.component.html b/apps/web/src/app/tools/send/send.component.html index 5a88f45cdc6..7aab50b33e5 100644 --- a/apps/web/src/app/tools/send/send.component.html +++ b/apps/web/src/app/tools/send/send.component.html @@ -22,12 +22,15 @@ {{ "sendDisabledWarning" | i18n }}
-
-
-
+
+
+
{{ "filters" | i18n }}
-
+
-
+
+
-
+
{{ "filters" | i18n }}
-
+
.show-active, + > div .show-active { + display: inline; } - - .card-body a { + } + li.active { + > button:first-of-type, + > div button:first-of-type { @include themify($themes) { - color: themed("textHeadingColor"); - font-weight: themed("linkWeight"); - } - } - .show-active { - display: none; - } - li.active { - > .show-active, - > div .show-active { - display: inline; + color: themed("linkColor"); } } - li.active { - > button:first-of-type, - > div button:first-of-type { - @include themify($themes) { - color: themed("linkColor"); - } - } - > .bwi, - > div > .bwi { - @include themify($themes) { - color: themed("linkColor"); - } + > .bwi, + > div > .bwi { + @include themify($themes) { + color: themed("linkColor"); } } }