Ensure EntityDisplayName component link receives underline on hover

Signed-off-by: Jonathan Roebuck <jroebuck@spotify.com>
This commit is contained in:
Jonathan Roebuck
2024-11-07 13:55:35 +00:00
parent 70b49e6563
commit 6fcbb3badb
2 changed files with 6 additions and 0 deletions
+5
View File
@@ -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),