mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Time Series Panel: Fix legend text selection in Firefox (#60809)
Add user-select property to legend items.
This commit is contained in:
parent
a502a2d1f8
commit
38d7168921
@ -99,6 +99,7 @@ const getStyles = (theme: GrafanaTheme2) => ({
|
||||
border: none;
|
||||
font-size: inherit;
|
||||
padding: 0;
|
||||
user-select: text;
|
||||
`,
|
||||
itemDisabled: css`
|
||||
label: LegendLabelDisabled;
|
||||
|
Loading…
Reference in New Issue
Block a user