1
0
mirror of https://github.com/kognise/water.css.git synced 2025-02-24 13:52:56 +01:00

Account for proper table markup

This commit is contained in:
Kognise 2019-04-19 09:04:37 -04:00 committed by GitHub
parent f08748c68c
commit bf2ff503e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,13 +18,11 @@ td, th {
text-align: left;
}
thead td,
thead th {
border-bottom: 1px solid $border;
}
tfoot td,
tfoot th {
tfoot td {
border-top: 1px solid $border;
}
@ -49,4 +47,4 @@ tbody tr:nth-child(even) {
::-webkit-scrollbar-thumb:hover {
background: $scrollbar-thumb-hover;
}
}