mirror of
https://github.com/gosticks/react-bootstrap-table2.git
synced 2025-10-16 11:55:39 +00:00
Disable double strips when table was displayed in bordered
This commit is contained in:
parent
53bdd2e3a0
commit
6ff2ba35b4
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user