fix(tech-radar): allow entries on radar legend to be clickable
This commit is contained in:
@@ -3,3 +3,4 @@
|
||||
---
|
||||
|
||||
Fix mapping RadarEntry and Entry for moved and url attributes
|
||||
Fix clicking of links in the radar legend
|
||||
|
||||
@@ -71,12 +71,12 @@ const useStyles = makeStyles<Theme>(theme => ({
|
||||
'font-feature-settings': 'pnum',
|
||||
},
|
||||
entry: {
|
||||
pointerEvents: 'none',
|
||||
pointerEvents: 'visiblePainted',
|
||||
userSelect: 'none',
|
||||
fontSize: '11px',
|
||||
},
|
||||
entryLink: {
|
||||
pointerEvents: 'none',
|
||||
pointerEvents: 'visiblePainted',
|
||||
},
|
||||
}));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user