Fixed table rendering issues

This commit is contained in:
Alejandro Celaya
2022-03-07 11:03:41 +01:00
parent 0f43ad59a0
commit 74635281de
5 changed files with 133 additions and 130 deletions

View File

@@ -28,7 +28,7 @@ a,
text-decoration: none;
}
a:not(.nav-link):not(.navbar-brand):not(.page-link):hover,
a:not(.nav-link):not(.navbar-brand):not(.page-link):not(.highlight-card):hover,
.btn-link:hover {
text-decoration: underline;
}
@@ -164,7 +164,8 @@ hr {
.close,
.close:hover,
.table,
.table-hover > tbody > tr:hover > * {
.table-hover > tbody > tr:hover > *,
.table-hover > tbody > tr > * {
color: var(--text-color);
}