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:
parent
f08748c68c
commit
bf2ff503e3
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user