Skip to content

Commit d704f50

Browse files
authored
refactor(table): only set backdrop-filter once (#1054)
1 parent 0a140bc commit d704f50

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

source/_patterns/02-components/table/_table.helpers.scss

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
@mixin cmp-table-zebra($zebra-color) {
2+
// TODO: This might get replaced by another effect
3+
backdrop-filter: blur(4px);
4+
25
tr:nth-child(odd) {
3-
// TODO: This might get replaced by another effect
4-
backdrop-filter: blur(4px);
56
background-color: $zebra-color;
67
}
78
}

0 commit comments

Comments
 (0)