Skip to content

Commit

Permalink
[core] fix(AnchorButton): don't show text underline on hover (#6636)
Browse files Browse the repository at this point in the history
  • Loading branch information
mud authored Jan 9, 2024
1 parent 466de6b commit 431dbd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/components/button/_button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -226,14 +226,14 @@ Styleguide button

a.#{$ns}-button {
text-align: center;
text-decoration: none;
transition: none;

&,
&:hover,
&:active {
// override global 'a' styles
color: $pt-text-color;
text-decoration: none;
}

&.#{$ns}-disabled {
Expand Down

1 comment on commit 431dbd9

@adidahiya
Copy link
Contributor

Choose a reason for hiding this comment

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

[core] fix(AnchorButton): don't show text underline on hover (#6636)

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

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

Please sign in to comment.