Merge pull request #31661 from SonilPro/line-numbers-should-not-be-selectable
Line numbers should not be selectable
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user