Merge pull request #27552 from backstage/fix-missing-link-underline

Ensure EntityDisplayName component link receives underline on hover
This commit is contained in:
Johan Haals
2024-11-12 11:58:02 +01:00
committed by GitHub
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),