bootstrap: Remove bootstrap CSS for table-condensed class.

This commit re-adds bootstrap CSS rules defined using
"table-condensed" class to the required files and removes
them from bootstrap.css.
This commit is contained in:
Sahil Batra 2023-07-24 19:26:23 +05:30 committed by Tim Abbott
parent 1111cbb190
commit 806abf7d1c
2 changed files with 6 additions and 4 deletions

View File

@ -744,6 +744,11 @@ div.overlay {
width: 1%;
white-space: nowrap;
}
& th,
td {
padding: 4px 5px;
}
}
.table-bordered {
@ -755,6 +760,7 @@ div.overlay {
& th,
td {
border-left: 1px solid hsl(0deg 0% 87%);
padding: 4px 5px;
}
thead tr:first-child > th:first-child {

View File

@ -239,10 +239,6 @@ table {
.table thead:first-child tr:first-child th {
border-top: 0;
}
.table-condensed th,
.table-condensed td {
padding: 4px 5px;
}
.table-striped tbody > tr:nth-child(odd) > td {
background-color: #f9f9f9;
}