We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a140bc commit d704f50Copy full SHA for d704f50
source/_patterns/02-components/table/_table.helpers.scss
@@ -1,7 +1,8 @@
1
@mixin cmp-table-zebra($zebra-color) {
2
+ // TODO: This might get replaced by another effect
3
+ backdrop-filter: blur(4px);
4
+
5
tr:nth-child(odd) {
- // TODO: This might get replaced by another effect
- backdrop-filter: blur(4px);
6
background-color: $zebra-color;
7
}
8
0 commit comments