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

Remove unnecessary typography import to remove hover underline in AnchorButton #6640

Merged
merged 3 commits into from
Jan 10, 2024

Conversation

mud
Copy link
Contributor

@mud mud commented Jan 9, 2024

Fixes #0000

Unnecessary underline in AnchorButton was removed in #6636 by overriding the hover. Turns out, the actual issue was caused by unnecessary import of typography.scss in EntityTitle.

This PR reverts #6636 and removes the unnecessary import.

Checklist

  • Includes tests
  • Update documentation

Changes proposed in this pull request:

Reviewers should focus on:

Screenshot

@adidahiya
Copy link
Contributor

Remove unnecessary typography import

Build artifact links for this commit: documentation | landing | table | demo

This is an automated comment from the deploy-preview CircleCI job.

@@ -33,7 +32,6 @@
flex-direction: row;
gap: 0.5 * $pt-grid-size;
}

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM aside from this deleted line which is failing stylelint

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed!

@adidahiya adidahiya enabled auto-merge (squash) January 10, 2024 00:30
@adidahiya
Copy link
Contributor

lint

Build artifact links for this commit: documentation | landing | table | demo

This is an automated comment from the deploy-preview CircleCI job.

@adidahiya adidahiya merged commit bb7955a into develop Jan 10, 2024
12 checks passed
@adidahiya adidahiya deleted the to/remove-unnecessary-import branch January 10, 2024 00:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants