mirror of
https://github.com/rowyio/rowy.git
synced 2025-12-29 00:16:39 +01:00
fix last frozen row not showing selection outline
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user