Skip to content

Commit

Permalink
fix: πŸ› Border styling for header
Browse files Browse the repository at this point in the history
  • Loading branch information
netchampfaris committed Dec 13, 2018
1 parent bdbdc90 commit 19fb921
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions src/style.css
Expand Up @@ -29,14 +29,10 @@
overflow: hidden;
}

.dt-header {
border-collapse: collapse;
}

.dt-scrollable {
height: 40vw;
overflow: auto;
border-top: 1px solid var(--dt-border-color);
border-top: 2px solid var(--dt-border-color);

&--highlight-all {
background-color: var(--dt-selection-highlight-color);
Expand Down Expand Up @@ -65,7 +61,7 @@
display: none;
}

&:last-child {
&:last-child:not(.dt-row-filter) {
border-bottom: 1px solid var(--dt-border-color);
}
}
Expand Down

0 comments on commit 19fb921

Please sign in to comment.