update preventing double border line for bordered tables by account for th elements in tr elements
This commit is contained in:
parent
028726a9a3
commit
55ea574f8a
3 changed files with 4 additions and 3 deletions
|
|
@ -65,6 +65,7 @@ tbody + tbody {
|
|||
}
|
||||
// Prevent a double border
|
||||
thead:first-child tr:first-child th,
|
||||
tbody:first-child tr:first-child th,
|
||||
tbody:first-child tr:first-child td {
|
||||
border-top: 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue