We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52f76a0 commit 90358a2Copy full SHA for 90358a2
src/components/steps/step_number.styles.ts
@@ -67,12 +67,11 @@ export const euiStepNumberStyles = (euiThemeContext: UseEuiTheme) => {
67
border: ${euiTheme.border.thick};
68
`,
69
disabled: css`
70
- background-color: ${
71
- euiButtonFillColor(euiThemeContext, 'disabled').backgroundColor
72
- };
+ background-color: ${euiButtonFillColor(euiThemeContext, 'disabled')
+ .backgroundColor};
73
color: ${makeHighContrastColor(euiTheme.colors.disabledText)(
74
euiButtonFillColor(euiThemeContext, 'disabled').backgroundColor
75
- )};}
+ )};
76
77
loading: css`
78
background: transparent;
0 commit comments