diff --git a/apps/home/static/home/scss/tables.scss b/apps/home/static/home/scss/tables.scss index 135fd7d..e7ccba8 100644 --- a/apps/home/static/home/scss/tables.scss +++ b/apps/home/static/home/scss/tables.scss @@ -97,23 +97,28 @@ border-color: inherit !important; } - // Selected rows - tr.selected { - - > * { - - color: var(--bs-body-color) !important; - box-shadow: inset 0 0 0 9999px rgba(var(--bs-secondary-bg-rgb), 0.9) !important; + tr { + height: 50px; + + // Selected rows + &.selected { + + > * { + + color: var(--bs-body-color) !important; + box-shadow: inset 0 0 0 9999px rgba(var(--bs-secondary-bg-rgb), 0.9) !important; + + } + + a { + + color: var(--bs-link-color) !important; + + } + } - a { - - color: var(--bs-link-color) !important; - - } - - } thead { } @@ -164,50 +169,3 @@ } } - - -// .table { - -// // color: var(--bs-body-color); - -// // // Empty table -// // .dt-empty { - -// // padding: 2rem 0; -// // border-bottom: none; - -// // } - -// // Top & bottom border colour -// &.dataTable > thead > tr > th, -// &.dataTable > thead > tr > td { - -// border-bottom: 1px solid var(--bs-border-color); - -// } - -// .dt-container.dt-empty-footer tbody > tr:last-child > * { - -// border-bottom: 1px solid var(--bs-border-color); - -// } - -// // tr:hover > .dt-empty { - -// // box-shadow: none !important; - -// // } - -// // tbody { - -// // tr.selected > * { - -// // color: var(--bs-body-color); -// // box-shadow: inset 0 0 0 9999px rgba(var(--bs-secondary-bg-rgb), 0.9); - -// // } - -// // } - -// } -