Skip to content

Commit

Permalink
Merge pull request #11344 from Jarsen136/issue-11343
Browse files Browse the repository at this point in the history
fix: Missing header content of table
  • Loading branch information
vikiival authored Jan 7, 2025
2 parents d68eb90 + e704f0d commit 2fa678e
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions assets/styles/global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -175,17 +175,8 @@ hr {
}

// global table css

.table {
@apply bg-background-color text-text-color;

&.is-hoverable tbody tr:not(.is-selected):hover {
@apply bg-background-color;
}

th {
@apply text-text-color bg-background-color;
}
table th {
@apply text-text-color #{!important};
}

.fluid-padding-left {
Expand Down

0 comments on commit 2fa678e

Please sign in to comment.