mirror of
https://github.com/grafana/grafana.git
synced 2025-02-16 10:24:54 -06:00
Table: Fixes color for data links (#36446)
* Table: add styling for anchor tag * inherit color from parent to anchor tag Co-authored-by: Torkel Ödegaard <torkel@grafana.com>
This commit is contained in:
parent
e60950a8c7
commit
97dca963a9
@ -43,6 +43,9 @@ export const getTableStyles = (theme: GrafanaTheme2) => {
|
||||
display: inline-flex;
|
||||
}
|
||||
}
|
||||
a {
|
||||
color: inherit;
|
||||
}
|
||||
`;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user