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.
feature/default_network_editable
Thomas Huang 4 years ago committed by GitHub
parent 38078d7a8d
commit d8cda0b093
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      ui/app/pages/asset/asset.scss

@ -41,8 +41,6 @@
}
&__icon {
@include Paragraph;
font-weight: 900;
}
}

Loading…
Cancel
Save