Merge pull request #29764 from logonoff/table-d1GoEUYesmg

fix(theme): show arrow when MuiTableSortLabel receives focus
This commit is contained in:
Ben Lambert
2025-04-29 11:36:04 +02:00
committed by GitHub
2 changed files with 9 additions and 0 deletions
+5
View File
@@ -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',