Skip to content

Commit

Permalink
Fix th borders disappearing in ff and edge
Browse files Browse the repository at this point in the history
  • Loading branch information
qu1ck committed Sep 16, 2018
1 parent 03475ff commit c1a7502
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions InteractiveHtmlBom/ibom.css
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ canvas:active {

.bom th {
background-color: #CCCCCC;
background-clip: padding-box;
}

.dark .bom th {
Expand Down

0 comments on commit c1a7502

Please sign in to comment.