Skip to content

Commit

Permalink
fix: 10663 , removes border flickering on disabled button (#15693)
Browse files Browse the repository at this point in the history
  • Loading branch information
2nikhiltom committed Feb 6, 2024
1 parent 966b239 commit d8a6768
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -93,6 +93,7 @@
color: $text-disabled;
cursor: no-drop;
text-decoration: none;
transition: none;

&:hover,
&:focus {
Expand Down

0 comments on commit d8a6768

Please sign in to comment.