Skip to content

Commit

Permalink
darkened table left border to match table border color
Browse files Browse the repository at this point in the history
  • Loading branch information
crabinak committed Jun 27, 2024
1 parent 2641568 commit 38ad883
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/default/_table.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Holds styles for all tables, TH, TR, TD, etc.
.expandable-row {
border-top: 1px solid var(--row-border-color);
height: var(--atable-row-height);
border-left: 4px solid var(--gray-5);
border-left: 4px solid var(--row-border-color);
}

.expanded-row {
Expand Down

0 comments on commit 38ad883

Please sign in to comment.