mirror of https://github.com/explosion/spaCy.git
Fix odd row color to show scroll shadow
This commit is contained in:
parent
0438137f2f
commit
35ad353dc2
|
@ -47,7 +47,7 @@
|
|||
}
|
||||
},
|
||||
|
||||
"V_CSS": "1.4",
|
||||
"V_CSS": "1.5",
|
||||
"V_JS": "1.0",
|
||||
"DEFAULT_SYNTAX" : "python",
|
||||
"ANALYTICS": "UA-58931649-1",
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue