Time Series Panel: Fix legend text selection in Firefox (#60809)

Add user-select property to legend items.
This commit is contained in:
Kyle Cunningham 2023-01-30 17:18:07 +07:00 committed by GitHub
parent a502a2d1f8
commit 38d7168921
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -99,6 +99,7 @@ const getStyles = (theme: GrafanaTheme2) => ({
border: none;
font-size: inherit;
padding: 0;
user-select: text;
`,
itemDisabled: css`
label: LegendLabelDisabled;