fix last frozen row not showing selection outline

This commit is contained in:
Sidney Alcantara
2021-10-14 19:54:24 +11:00
parent 4879eda1f0
commit 37f1c5394e

View File

@@ -90,6 +90,15 @@ export const useStyles = makeStyles((theme) =>
.split("),")
.slice(1)
.join("),"),
"&[aria-selected=true]": {
boxShadow:
theme.shadows[2]
.replace(/, 0 (\d+px)/g, ", $1 0")
.split("),")
.slice(1)
.join("),") + ", inset 0 0 0 2px var(--selection-color)",
},
},
"& .rdg-cell-copied": {