Fix odd row color to show scroll shadow

This commit is contained in:
Ines Montani 2016-11-02 11:21:17 +01:00
parent 0438137f2f
commit 35ad353dc2
2 changed files with 2 additions and 2 deletions

View File

@ -47,7 +47,7 @@
}
},
"V_CSS": "1.4",
"V_CSS": "1.5",
"V_JS": "1.0",
"DEFAULT_SYNTAX" : "python",
"ANALYTICS": "UA-58931649-1",

View File

@ -10,7 +10,7 @@
.c-table__row
&:nth-child(odd)
background: lighten($color-subtle-light, 2)
background: rgba($color-subtle-light, 0.35)
&.c-table__row--foot
background: $color-subtle-light