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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user