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 ac66e14 commit c14cbfcCopy full SHA for c14cbfc
public/app/core/components/Breadcrumbs/BreadcrumbItem.tsx
@@ -44,8 +44,10 @@ const getStyles = (theme: GrafanaTheme2) => {
44
overflow: 'hidden',
45
padding: theme.spacing(0, 0.5),
46
whiteSpace: 'nowrap',
47
+ color: theme.colors.text.secondary,
48
}),
49
breadcrumbLink: css({
50
+ color: theme.colors.text.primary,
51
'&:hover': {
52
textDecoration: 'underline',
53
},
@@ -55,7 +57,6 @@ const getStyles = (theme: GrafanaTheme2) => {
55
57
color: theme.colors.text.primary,
56
58
display: 'flex',
59
flex: 1,
- fontWeight: theme.typography.fontWeightMedium,
60
minWidth: 0,
61
maxWidth: 'max-content',
62
0 commit comments