Removing the New External Link Icon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2022
09:19 AM
I need to find the correct Global CSS to hide the new external link icon that was updated within the 9-28-22 release. I have tried the code below, but it removes the entire link and not just the icon. Any help would be appreciated.
a.external {
display: none;
}