Fixed background color not changing on focus visible

This commit is contained in:
Daniel Cojocea
2024-08-19 19:11:06 -04:00
parent 31ea57542b
commit 720913dcd3
2 changed files with 2 additions and 0 deletions

View File

@@ -180,6 +180,7 @@
padding: 4px;
}
.pagination-dropdown li.Mui-selected,
.pagination-dropdown li.Mui-selected.Mui-focusVisible,
.pagination-dropdown li.Mui-selected:hover {
background-color: #f4f4f4;
}

View File

@@ -232,6 +232,7 @@ const BasicTable = ({ data, paginated, reversed, rows = 5 }) => {
slotProps={{
select: {
MenuProps: {
keepMounted: true,
PaperProps: {
className: "pagination-dropdown",
},