Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🐛 Update external links styling across the UI #1602

Merged
merged 1 commit into from
Dec 11, 2023

Commits on Dec 8, 2023

  1. 🐛 Update external links styling across the UI

    Resolves: https://issues.redhat.com/browse/MTA-1846
    
    Update the render of external links to be consistent across the UI:
      - Use `ExternalLink` consistently
      - The icon used is the small size of `ExternalLinkAltIcon`
      - The text and the icon are both part of the link
    
    Use of `ExternalLink` updated to use the inline variant when used
    directly in table cells so it doesn't introduce extra height to the
    row. In a `td`, we want text and link content to be the same height.
    
    Use updated in:
      - Dependencies detail drawer, application table, version link
      - Issues table, expanded row, details links
      - Migration waves, status sub-table, issue link
    
    Signed-off-by: Scott J Dickerson <sdickers@redhat.com>
    sjd78 committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    d842a8c View commit details
    Browse the repository at this point in the history