[v9.3.x] Breadcrumbs: Remove semi-bold and change current/last breadcrumb text color (#58913)
Breadcrumbs: Remove semi-bold and change current/last breadcrumb text color (#58875)
(cherry picked from commit c14cbfc65d)
Co-authored-by: Torkel Ödegaard <torkel@grafana.com>
This commit is contained in:
co-authored by
Torkel Ödegaard
parent
9b5269dc4f
commit
e0cf9e4331
@@ -44,8 +44,10 @@ const getStyles = (theme: GrafanaTheme2) => {
|
||||
overflow: 'hidden',
|
||||
padding: theme.spacing(0, 0.5),
|
||||
whiteSpace: 'nowrap',
|
||||
color: theme.colors.text.secondary,
|
||||
}),
|
||||
breadcrumbLink: css({
|
||||
color: theme.colors.text.primary,
|
||||
'&:hover': {
|
||||
textDecoration: 'underline',
|
||||
},
|
||||
@@ -55,7 +57,6 @@ const getStyles = (theme: GrafanaTheme2) => {
|
||||
color: theme.colors.text.primary,
|
||||
display: 'flex',
|
||||
flex: 1,
|
||||
fontWeight: theme.typography.fontWeightMedium,
|
||||
minWidth: 0,
|
||||
maxWidth: 'max-content',
|
||||
|
||||
|
||||
Reference in New Issue
Block a user