mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 16:51:09 +08:00
Merge pull request #4843 from storybooks/shilman/4835-accessibility
Fix success/fail colors for a11y
This commit is contained in:
commit
f726fd709c
@ -226,7 +226,7 @@ Array [
|
||||
position: relative;
|
||||
width: 100%;
|
||||
text-align: left;
|
||||
border-bottom-color: #ff3f3f;
|
||||
border-bottom-color: #d53535;
|
||||
cursor: pointer;
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
@ -294,7 +294,7 @@ Array [
|
||||
position: relative;
|
||||
width: 100%;
|
||||
text-align: left;
|
||||
border-bottom-color: #0edf62;
|
||||
border-bottom-color: #09833a;
|
||||
cursor: pointer;
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
@ -550,7 +550,7 @@ Array [
|
||||
position: relative;
|
||||
width: 100%;
|
||||
text-align: left;
|
||||
border-bottom-color: #ff3f3f;
|
||||
border-bottom-color: #d53535;
|
||||
height: 32px;
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
@ -646,7 +646,7 @@ Array [
|
||||
position: relative;
|
||||
width: 100%;
|
||||
text-align: left;
|
||||
border-bottom-color: #0edf62;
|
||||
border-bottom-color: #09833a;
|
||||
height: 32px;
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
@ -947,7 +947,7 @@ Array [
|
||||
position: relative;
|
||||
width: 100%;
|
||||
text-align: left;
|
||||
border-bottom-color: #ff3f3f;
|
||||
border-bottom-color: #d53535;
|
||||
min-height: 32px;
|
||||
padding-top: 5px;
|
||||
padding-bottom: 5px;
|
||||
@ -1013,7 +1013,7 @@ Array [
|
||||
position: relative;
|
||||
width: 100%;
|
||||
text-align: left;
|
||||
border-bottom-color: #0edf62;
|
||||
border-bottom-color: #09833a;
|
||||
min-height: 32px;
|
||||
padding-top: 5px;
|
||||
padding-bottom: 5px;
|
||||
|
@ -27,8 +27,8 @@ export const normal = {
|
||||
mainTextColor: baseFonts.color,
|
||||
dimmedTextColor: 'rgba(0,0,0,0.4)',
|
||||
highlightColor: '#9fdaff',
|
||||
successColor: '#0edf62',
|
||||
failColor: '#ff3f3f',
|
||||
successColor: '#09833a',
|
||||
failColor: '#d53535',
|
||||
warnColor: 'orange',
|
||||
mainTextSize: 13,
|
||||
monoTextFace: monoFonts.fontFamily,
|
||||
|
Loading…
x
Reference in New Issue
Block a user