From d8cda0b09310f590152ec09c80edb2e8004e5801 Mon Sep 17 00:00:00 2001 From: Thomas Huang Date: Thu, 11 Feb 2021 15:02:38 -0800 Subject: [PATCH] Fixes css override of token option menu icons. (#10424) The `@include Paragraph` was added in one of the typography PRs but I believe it was intended for the token options text, not the icon. I believe the Paragraph only applies to text like everywhere else in the UI and this should be safe to remove from the icon to display the font-family from Font Awesome. --- ui/app/pages/asset/asset.scss | 2 -- 1 file changed, 2 deletions(-) diff --git a/ui/app/pages/asset/asset.scss b/ui/app/pages/asset/asset.scss index f80cd66a4..40efe8682 100644 --- a/ui/app/pages/asset/asset.scss +++ b/ui/app/pages/asset/asset.scss @@ -41,8 +41,6 @@ } &__icon { - @include Paragraph; - font-weight: 900; } }