Merge pull request #12324 from codermango/fix/hover-shape
fix: EntityContextMenu display in an incorrect shape
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user