We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 633f6de commit 636fb7fCopy full SHA for 636fb7f
1 file changed
src/components/breadcrumbs/_breadcrumb_content.styles.ts
@@ -25,7 +25,6 @@ export const euiBreadcrumbContentStyles = (euiThemeContext: UseEuiTheme) => {
25
const { euiTheme } = euiThemeContext;
26
return {
27
euiBreadcrumb__content: css`
28
- font-weight: ${euiTheme.font.weight.regular};
29
text-align: center;
30
vertical-align: baseline;
31
@@ -50,7 +49,7 @@ export const euiBreadcrumbContentStyles = (euiThemeContext: UseEuiTheme) => {
50
49
text-decoration: underline;
51
52
/* TODO: Remove this 'class*=' selector once the 'color' prop is removed */
53
- [class*='euiLink-subdued'] {
+ &[class*='euiLink-subdued'] {
54
&:hover,
55
&:focus {
56
color: ${euiTheme.colors.text};
0 commit comments