diff --git a/.changeset/thirty-chairs-suffer.md b/.changeset/thirty-chairs-suffer.md new file mode 100644 index 0000000000..55ad3bde98 --- /dev/null +++ b/.changeset/thirty-chairs-suffer.md @@ -0,0 +1,5 @@ +--- +'@swisspost/design-system-documentation': patch +--- + +Fixed color of highlighted searched text in HCM in documentation. diff --git a/packages/documentation/.storybook/styles/manager.scss b/packages/documentation/.storybook/styles/manager.scss index 2b8f3d1308..7090c0dc2c 100644 --- a/packages/documentation/.storybook/styles/manager.scss +++ b/packages/documentation/.storybook/styles/manager.scss @@ -111,6 +111,17 @@ } } +#storybook-explorer-menu { + .search-result-item--label { + mark { + @include utilities.high-contrast-mode() { + background-color: Mark; + color: MarkText; + } + } + } +} + #downshift-1-menu { .search-result-item { svg {