mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Breadcrumbs: Remove semi-bold and change current/last breadcrumb text color (#58875)
This commit is contained in:
parent
ac66e14054
commit
c14cbfc65d
@ -44,8 +44,10 @@ const getStyles = (theme: GrafanaTheme2) => {
|
|||||||
overflow: 'hidden',
|
overflow: 'hidden',
|
||||||
padding: theme.spacing(0, 0.5),
|
padding: theme.spacing(0, 0.5),
|
||||||
whiteSpace: 'nowrap',
|
whiteSpace: 'nowrap',
|
||||||
|
color: theme.colors.text.secondary,
|
||||||
}),
|
}),
|
||||||
breadcrumbLink: css({
|
breadcrumbLink: css({
|
||||||
|
color: theme.colors.text.primary,
|
||||||
'&:hover': {
|
'&:hover': {
|
||||||
textDecoration: 'underline',
|
textDecoration: 'underline',
|
||||||
},
|
},
|
||||||
@ -55,7 +57,6 @@ const getStyles = (theme: GrafanaTheme2) => {
|
|||||||
color: theme.colors.text.primary,
|
color: theme.colors.text.primary,
|
||||||
display: 'flex',
|
display: 'flex',
|
||||||
flex: 1,
|
flex: 1,
|
||||||
fontWeight: theme.typography.fontWeightMedium,
|
|
||||||
minWidth: 0,
|
minWidth: 0,
|
||||||
maxWidth: 'max-content',
|
maxWidth: 'max-content',
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user