Skip to content

Commit a0d3730

Browse files
committed
add back the :has() selector for testing
1 parent 8fc72a7 commit a0d3730

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Client/src/Pages/Maintenance/index.jsx

+3
Original file line numberDiff line numberDiff line change
@@ -63,14 +63,17 @@ const Maintenance = () => {
6363
return (
6464
<Box
6565
className="maintenance table-container"
66+
6667
sx={{
68+
':has(> [class*="fallback__"])': {
6769
position: "relative",
6870
border: 1,
6971
borderColor: theme.palette.primary.lowContrast,
7072
borderRadius: theme.shape.borderRadius,
7173
borderStyle: "dashed",
7274
backgroundColor: theme.palette.primary.main,
7375
overflow: "hidden",
76+
},
7477
}}
7578
>
7679
<Stack gap={theme.spacing(8)}>

0 commit comments

Comments
 (0)