diff --git a/.changeset/strange-rats-work.md b/.changeset/strange-rats-work.md new file mode 100644 index 0000000000..9d870eff21 --- /dev/null +++ b/.changeset/strange-rats-work.md @@ -0,0 +1,5 @@ +--- +'@swisspost/design-system-documentation': patch +--- + +Fixed the product card border missing in the documentation page. diff --git a/packages/documentation/.storybook/styles/preview.scss b/packages/documentation/.storybook/styles/preview.scss index 8e8414de8c..79104b3f34 100644 --- a/packages/documentation/.storybook/styles/preview.scss +++ b/packages/documentation/.storybook/styles/preview.scss @@ -69,7 +69,7 @@ } // General styles for content - a { + a:not(.sb-story a) { @include utilities.focus-style() { border-radius: post.$border-radius; }