Skip to content

Commit

Permalink
Remove unnecessary table.scss changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ratulm committed Dec 18, 2023
1 parent 068c1af commit 16fa5b6
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions _sass/bootstrap/_tables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
//

.table {
border: 1px solid white;
width: 100%;
max-width: 100%;
margin-bottom: $spacer;
Expand All @@ -21,7 +20,7 @@
border-bottom: (2 * $table-border-width) solid $table-border-color;
}

tbody+tbody {
tbody + tbody {
border-top: (2 * $table-border-width) solid $table-border-color;
}

Expand All @@ -36,7 +35,6 @@
//

.table-sm {

th,
td {
padding: $table-cell-padding-sm;
Expand All @@ -57,7 +55,6 @@
}

thead {

th,
td {
border-bottom-width: (2 * $table-border-width);
Expand All @@ -66,11 +63,10 @@
}

.table-borderless {

th,
td,
thead th,
tbody+tbody {
tbody + tbody {
border: 0;
}
}
Expand Down Expand Up @@ -183,7 +179,7 @@
-ms-overflow-style: -ms-autohiding-scrollbar; // See https://github.com/twbs/bootstrap/pull/10057

// Prevent double border on horizontal scroll due to use of `display: block;`
>.table-bordered {
> .table-bordered {
border: 0;
}
}
Expand Down

0 comments on commit 16fa5b6

Please sign in to comment.