Skip to content

Commit

Permalink
FIX: Remove Global Table Selector
Browse files Browse the repository at this point in the history
  • Loading branch information
aljawaid committed Mar 16, 2023
1 parent 77d52f0 commit 5f8b22a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Assets/css/kanboardcss.css
Original file line number Diff line number Diff line change
Expand Up @@ -1034,9 +1034,9 @@ table > thead > tr > th, table > tbody > tr > td, table > tbody > tr > th {
padding-left: 10px;
}

table > tbody > tr > th, table > tbody > tr > td, table > thead > tr > th {
/*table > tbody > tr > th, table > tbody > tr > td, table > thead > tr > th {
border: 1px solid var(--button-blue-border-gradient-match)
}
}*/

section > div > table, .accordion-content > table {
border-collapse: unset;
Expand Down

0 comments on commit 5f8b22a

Please sign in to comment.