mirror of
https://github.com/gosticks/react-bootstrap-table2.git
synced 2026-06-28 13:10:03 +00:00
Disable double strips when table was displayed in bordered
This commit is contained in:
@@ -26,4 +26,31 @@
|
||||
overflow-y: auto;
|
||||
}
|
||||
}
|
||||
|
||||
// Disable double strips when table was displayed in bordered.
|
||||
table.table-sticky.table-bordered {
|
||||
border-left: 0;
|
||||
|
||||
thead,
|
||||
tbody {
|
||||
tr {
|
||||
th {
|
||||
border-top: 0;
|
||||
border-right: 0;
|
||||
}
|
||||
|
||||
td {
|
||||
border-top: 0;
|
||||
border-right: 0;
|
||||
|
||||
}
|
||||
|
||||
&:last-child {
|
||||
td {
|
||||
border-bottom: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user