mirror of
https://github.com/rowyio/rowy.git
synced 2025-12-29 00:16:39 +01:00
CellValidation: add box-shadow to improve dot appearance
This commit is contained in:
@@ -29,6 +29,11 @@ const Dot = styled("div")(({ theme }) => ({
|
||||
|
||||
borderRadius: "50%",
|
||||
backgroundColor: theme.palette.error.main,
|
||||
|
||||
boxShadow: `0 0 0 4px var(--background-color)`,
|
||||
".rdg-row:hover &": {
|
||||
boxShadow: `0 0 0 4px var(--row-hover-background-color)`,
|
||||
},
|
||||
}));
|
||||
|
||||
export interface ICellValidationProps
|
||||
|
||||
Reference in New Issue
Block a user