Don't use a drag & drop cursor when clicking on disabled IconLinkVertical

Signed-off-by: Oliver Sand <oliver.sand@sda-se.com>
This commit is contained in:
Oliver Sand
2021-04-09 12:36:05 +02:00
parent 854906e2f6
commit e27cb6c45a
2 changed files with 6 additions and 3 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/core': patch
---
Don't use a drag & drop cursor when clicking on disabled `IconLinkVertical`.
@@ -35,12 +35,10 @@ const useIconStyles = makeStyles(theme => ({
justifyItems: 'center',
gridGap: 4,
textAlign: 'center',
'&:active': {
cursor: 'grabbing',
},
},
disabled: {
color: 'gray',
cursor: 'default',
},
primary: {
color: theme.palette.primary.main,