settings: Remove unnecessary ancient table styling.

This effectively reverts d96d4e30ab,
which is a bug that hasn't been present for other reasons due to past
design changes.

It fixes a bug where the "Search operators" page had missing margin
between the table and post-table content..
This commit is contained in:
Tim Abbott 2021-06-28 09:11:57 -07:00
parent 8140a1a6ee
commit e76fd775ba
1 changed files with 0 additions and 8 deletions

View File

@ -151,10 +151,6 @@ h3 .fa-question-circle-o {
tbody {
border-bottom: 1px solid hsl(0, 0%, 87%);
}
&.table-condensed.table-striped {
margin: 0;
}
}
.wrapped-table {
@ -265,10 +261,6 @@ td .button {
table-layout: auto;
border-collapse: separate;
tbody {
border-bottom: none;
}
thead th {
color: inherit;
background-color: hsl(0, 0%, 100%);