Skip to content

Commit

Permalink
Merge branch 'develop' into feature/DES-946-add-util-functions-to-dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
alimpens authored Sep 11, 2024
2 parents f38329f + a05dc41 commit 599af46
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions storybook/src/styles/overrides.css
Original file line number Diff line number Diff line change
Expand Up @@ -117,3 +117,10 @@
:is(#storybook-root, .sbdocs-content) a[href="#"] {
cursor: not-allowed;
}

/* Override to make sure the default transparent border isn't shown in forced colors mode. */
.innerZoomElementWrapper.innerZoomElementWrapper > div {
@media (forced-colors: active) {
border-color: Canvas !important;
}
}

0 comments on commit 599af46

Please sign in to comment.