diff --git a/src/components/card/card.scss b/src/components/card/card.scss index 45b8eb5fa..33ec1cf3d 100644 --- a/src/components/card/card.scss +++ b/src/components/card/card.scss @@ -25,8 +25,6 @@ } .card__image { - border-top-left-radius: calc(var(--border-radius) - var(--border-width)); - border-top-right-radius: calc(var(--border-radius) - var(--border-width)); border-top-left-radius: var(--border-radius); border-top-right-radius: var(--border-radius); margin: calc(-1 * var(--border-width));