Annotation tooltip: Bring back links styles (#38780)
This commit is contained in:
@@ -130,6 +130,13 @@ const getStyles = (theme: GrafanaTheme2) => {
|
||||
`,
|
||||
body: css`
|
||||
padding: ${theme.spacing(1)};
|
||||
|
||||
a {
|
||||
color: ${theme.colors.text.link};
|
||||
&:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
}
|
||||
`,
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user