mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Tooltips: Update styling (#77831)
This commit is contained in:
@@ -303,7 +303,8 @@ const getStyles = (theme: GrafanaTheme2) => ({
|
||||
whiteSpace: 'pre',
|
||||
borderRadius: theme.shape.radius.default,
|
||||
position: 'absolute',
|
||||
background: theme.colors.background.secondary,
|
||||
background: theme.colors.background.primary,
|
||||
border: `1px solid ${theme.colors.border.weak}`,
|
||||
boxShadow: `0 4px 8px ${theme.colors.background.primary}`,
|
||||
userSelect: 'text',
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user