Merge pull request #31661 from SonilPro/line-numbers-should-not-be-selectable

Line numbers should not be selectable
This commit is contained in:
Ben Lambert
2025-11-07 10:20:52 +01:00
committed by GitHub
2 changed files with 6 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/core-components': patch
---
Line numbers in LogViewer will not be selectable in UI anymore
@@ -97,6 +97,7 @@ export const useStyles = makeStyles(
marginRight: theme.spacing(1),
cursor: 'pointer',
flexShrink: 0,
userSelect: 'none',
},
textHighlight: {
background: alpha(theme.palette.info.main, 0.15),