Skip to content

Commit 764bf12

Browse files
authored
fix(a11y): unset custom color of storybook left chevrons (#2595)
1 parent 362339a commit 764bf12

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.storybook/manager-head.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,13 @@
292292
color: #616159 !important;
293293
}
294294

295+
/* Fix color contrast of left expanded/collapsed chevrons */
296+
297+
.sto-bt79wf,
298+
.sto-1j9r8vi {
299+
color: unset;
300+
}
301+
295302
/* Removes Find component feature */
296303
.css-8ktt77 {
297304
display: none;

0 commit comments

Comments
 (0)