fix(theme): show arrow when MuiTableSortLabel receives focus
Signed-off-by: logonoff <git@logonoff.co>
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/theme': patch
|
||||
---
|
||||
|
||||
Show arrow when MuiTableSortLabel receives focus
|
||||
@@ -162,6 +162,10 @@ export const defaultComponentThemes: ThemeOptions['components'] = {
|
||||
'&:focus': {
|
||||
color: 'inherit',
|
||||
},
|
||||
// Targets the arrow when the label is focused
|
||||
'&:focus svg': {
|
||||
opacity: 0.5,
|
||||
},
|
||||
// Bold font for highlighting selected column
|
||||
'&.Mui-active': {
|
||||
fontWeight: 'bold',
|
||||
|
||||
Reference in New Issue
Block a user