[v9.3.x] Time Series Panel: Fix legend text selection in Firefox (#62451)
Time Series Panel: Fix legend text selection in Firefox (#60809)
Add user-select property to legend items.
(cherry picked from commit 38d7168921)
Co-authored-by: Kyle Cunningham <codeincarnate@users.noreply.github.com>
This commit is contained in:
co-authored by
Kyle Cunningham
parent
bac45b3aee
commit
57ad341af1
@@ -99,6 +99,7 @@ const getStyles = (theme: GrafanaTheme2) => ({
|
||||
border: none;
|
||||
font-size: inherit;
|
||||
padding: 0;
|
||||
user-select: text;
|
||||
`,
|
||||
itemDisabled: css`
|
||||
label: LegendLabelDisabled;
|
||||
|
||||
Reference in New Issue
Block a user