Skip to content

Commit

Permalink
fix(a11y): unset custom color of storybook left chevrons (#2595)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mnickii authored Jul 12, 2023
1 parent 362339a commit 764bf12
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .storybook/manager-head.html
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,13 @@
color: #616159 !important;
}

/* Fix color contrast of left expanded/collapsed chevrons */

.sto-bt79wf,
.sto-1j9r8vi {
color: unset;
}

/* Removes Find component feature */
.css-8ktt77 {
display: none;
Expand Down

0 comments on commit 764bf12

Please sign in to comment.