mirror of
https://github.com/grafana/grafana.git
synced 2024-11-29 12:14:08 -06:00
Dashboard: Increase folder name size in search dashboard (#29821)
* Increase folder name size in search dashboard * Use new fontsize in dashboard list panel as well Co-authored-by: Torkel Ödegaard <torkel@grafana.com>
This commit is contained in:
parent
7c55621749
commit
e491bdabe2
@ -83,10 +83,8 @@ const getResultsItemStyles = stylesFactory((theme: GrafanaTheme) => ({
|
||||
`,
|
||||
folderTitle: css`
|
||||
color: ${theme.colors.textWeak};
|
||||
font-size: ${theme.typography.size.xs};
|
||||
line-height: ${theme.typography.lineHeight.xs};
|
||||
position: relative;
|
||||
top: -1px;
|
||||
font-size: ${theme.typography.size.sm};
|
||||
line-height: ${theme.typography.lineHeight.sm};
|
||||
`,
|
||||
icon: css`
|
||||
margin-left: 10px;
|
||||
|
@ -32,7 +32,8 @@ export const getStyles = stylesFactory((theme: GrafanaTheme) => ({
|
||||
|
||||
dashlistFolder: css`
|
||||
color: ${theme.colors.textWeak};
|
||||
font-size: ${theme.typography.size.xs};
|
||||
font-size: ${theme.typography.size.sm};
|
||||
line-height: ${theme.typography.lineHeight.sm};
|
||||
`,
|
||||
|
||||
dashlistTitle: css`
|
||||
|
Loading…
Reference in New Issue
Block a user