Merge pull request #12324 from codermango/fix/hover-shape

fix: EntityContextMenu display in an incorrect shape
This commit is contained in:
Ben Lambert
2022-06-29 21:06:19 +02:00
committed by GitHub
2 changed files with 6 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/core-components': patch
---
Fix the EntityLayout header style so that EntityContextMenu button can display in correct shape when user hover on it
@@ -63,6 +63,7 @@ const useStyles = makeStyles<BackstageTheme>(
},
rightItemsBox: {
width: 'auto',
alignItems: 'center',
},
title: {
color: theme.palette.bursts.fontColor,