Ensure EntityDisplayName component link receives underline on hover
Signed-off-by: Jonathan Roebuck <jroebuck@spotify.com>
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-catalog-react': patch
|
||||
---
|
||||
|
||||
Ensure EntityDisplayName component link receives underline on hover.
|
||||
@@ -34,6 +34,7 @@ const useStyles = makeStyles(
|
||||
root: {
|
||||
display: 'inline-flex',
|
||||
alignItems: 'center',
|
||||
textDecoration: 'inherit',
|
||||
},
|
||||
icon: {
|
||||
marginRight: theme.spacing(0.5),
|
||||
|
||||
Reference in New Issue
Block a user