Skip to content

Commit

Permalink
fix: remove global link style from DBCard (#2875)
Browse files Browse the repository at this point in the history
Co-authored-by: Maximilian Franzke <[email protected]>
  • Loading branch information
annsch and mfranzke authored Jul 17, 2024
1 parent 9c81471 commit 05cbbf5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/components/src/components/card/card.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@
display: flex;
flex-direction: column;

> a {
text-decoration: none;
}

&[data-spacing="medium"] {
padding: variables.$db-spacing-fixed-md;
}
Expand Down

0 comments on commit 05cbbf5

Please sign in to comment.