Skip to content

Commit

Permalink
clear fancy table border css
Browse files Browse the repository at this point in the history
  • Loading branch information
arshaw committed May 26, 2020
1 parent eedac5a commit 01cb911
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions packages/common/src/styles/scrollgrid.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,7 @@
padding: 0;
}

& > thead {
border-bottom-style: hidden !important; // hide. let the inner table be in charge
}

& > thead table {
border-top-style: hidden !important;
border-left-style: hidden !important;
border-right-style: hidden !important;
// keep the bottom border
}

& > tbody table,
& > tfoot table {
& table { // inner tables
border-style: hidden !important;
}
}
Expand Down

0 comments on commit 01cb911

Please sign in to comment.