Skip to content

Commit 636fb7f

Browse files
committed
PR feedback & cleanup
1 parent 633f6de commit 636fb7f

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/components/breadcrumbs/_breadcrumb_content.styles.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ export const euiBreadcrumbContentStyles = (euiThemeContext: UseEuiTheme) => {
2525
const { euiTheme } = euiThemeContext;
2626
return {
2727
euiBreadcrumb__content: css`
28-
font-weight: ${euiTheme.font.weight.regular};
2928
text-align: center;
3029
vertical-align: baseline;
3130
@@ -50,7 +49,7 @@ export const euiBreadcrumbContentStyles = (euiThemeContext: UseEuiTheme) => {
5049
text-decoration: underline;
5150
5251
/* TODO: Remove this 'class*=' selector once the 'color' prop is removed */
53-
[class*='euiLink-subdued'] {
52+
&[class*='euiLink-subdued'] {
5453
&:hover,
5554
&:focus {
5655
color: ${euiTheme.colors.text};

0 commit comments

Comments
 (0)