mirror of
https://github.com/grafana/grafana.git
synced 2024-11-22 08:56:43 -06:00
Annotation tooltip: Bring back links styles (#38780)
This commit is contained in:
parent
55e20bbf04
commit
326455a9b8
@ -130,6 +130,13 @@ const getStyles = (theme: GrafanaTheme2) => {
|
||||
`,
|
||||
body: css`
|
||||
padding: ${theme.spacing(1)};
|
||||
|
||||
a {
|
||||
color: ${theme.colors.text.link};
|
||||
&:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
}
|
||||
`,
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user