Skip to content

Commit

Permalink
* dtable: refactor css.
Browse files Browse the repository at this point in the history
  • Loading branch information
catouse committed Jul 2, 2024
1 parent 5993c31 commit 0423f65
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/dtable/src/style/layout.css
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@
@apply -border-b -opacity-100 -border-[--dtable-border-color];
}

.dtable-header .dtable-cell {
.dtable-header-cell {
@apply -font-bold -flex -items-center;
}
.dtable-header .dtable-cell::before,
.dtable-header .dtable-cell::after {
.dtable-header-cell::before,
.dtable-header-cell::after {
@apply -top-0;
}

Expand Down

0 comments on commit 0423f65

Please sign in to comment.