We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f399185 commit 47eaad2Copy full SHA for 47eaad2
src/mui.tsx
@@ -190,20 +190,18 @@ function createMuiDsfrTheme(params: { isDark: boolean }): MuiTheme {
190
"borderWidth": 2
191
},
192
"row": {
193
- /*
194
- "&:nth-child(2n)": {
+ "&:nth-of-type(2n)": {
195
"backgroundColor": decisions.background.contrast.grey.default,
196
"&:hover": {
197
"backgroundColor": decisions.background.contrast.grey.hover
198
}
199
200
- "&:nth-child(2n+1)": {
+ "&:nth-of-type(odd)": {
201
"backgroundColor": decisions.background.alt.grey.default,
202
203
"backgroundColor": decisions.background.alt.grey.hover
204
205
206
- */
207
208
"columnSeparator": {
209
"display": "none"
0 commit comments