From f2376ed301298ffd0bcd13702a2ae5aac64bb049 Mon Sep 17 00:00:00 2001 From: Maximilian Schulz Date: Mon, 16 Oct 2023 13:30:35 +0200 Subject: [PATCH] Individually comment out CSS --- vizro-core/src/vizro/static/css/table.css | 58 +++++++++++------------ 1 file changed, 29 insertions(+), 29 deletions(-) diff --git a/vizro-core/src/vizro/static/css/table.css b/vizro-core/src/vizro/static/css/table.css index 873bf0b70..517e47f54 100644 --- a/vizro-core/src/vizro/static/css/table.css +++ b/vizro-core/src/vizro/static/css/table.css @@ -1,22 +1,22 @@ /* .dash-table-container { width: 100%; -} +} */ -.dash-table-container .dash-spreadsheet-container .dash-spreadsheet-inner td { - background-color: var(--main-container-bg-color) !important; -} +/* .dash-table-container .dash-spreadsheet-container .dash-spreadsheet-inner td { + background-color: var(--main-container-bg-color); +} */ -.dash-table-container .dash-spreadsheet-container .dash-spreadsheet-inner tr { +/* .dash-table-container .dash-spreadsheet-container .dash-spreadsheet-inner tr { height: 0px !important; -} +} */ -.dash-table-container .dash-spreadsheet-container .dash-spreadsheet-inner th { +/* .dash-table-container .dash-spreadsheet-container .dash-spreadsheet-inner th { background-color: var(--main-container-bg-color) !important; border: 1px solid var(--main-container-bg-color) !important; border-bottom-color: rgb(255, 255, 255, 0.3) !important; -} +} */ -.dash-table-container +/* .dash-table-container .dash-spreadsheet-container .dash-spreadsheet-inner .dash-filter @@ -31,81 +31,81 @@ margin-right: 3px !important; opacity: 0.55; transition: 0.2s; -} +} */ -.dash-table-container +/* .dash-table-container .dash-spreadsheet-container .dash-spreadsheet-inner .dash-filter input[type="text"]:hover::placeholder { opacity: 1 !important; -} +} */ -.dash-table-container +/* .dash-table-container .dash-spreadsheet-container .dash-spreadsheet-inner .dash-filter input:focus::placeholder { opacity: 0 !important; -} +} */ -.dash-table-container +/* .dash-table-container .dash-spreadsheet-container .dash-spreadsheet-inner .dash-filter input { color: var(--text-primary) !important; -} +} */ -.dash-table-container +/* .dash-table-container .dash-spreadsheet-container .dash-spreadsheet-inner .Select-clear-zone > .Select-clear { color: revert !important; margin-left: 3px; -} +} */ -.dash-table-container +/* .dash-table-container .dash-spreadsheet-container .dash-spreadsheet-inner .Select-value-label { margin-right: 15px; margin-left: 10px; -} +} */ -.dash-table-container +/* .dash-table-container .dash-spreadsheet-container .dash-spreadsheet-inner .Select-control:hover .Select-arrow { border-top-color: var(--fill-medium-emphasis) !important; -} +} */ -.dash-table-container +/* .dash-table-container .dash-spreadsheet-container .dash-spreadsheet-inner .Select-arrow-zone:hover > .Select-arrow { border-top-color: #666 !important; -} +} */ -.dash-table-container +/* .dash-table-container .dash-spreadsheet-container .dash-spreadsheet-inner .Select-menu-outer .Select-option { color: var(--text-secondary) !important; -} +} */ -.dash-table-container +/* .dash-table-container .dash-spreadsheet-container .dash-spreadsheet-inner .Select-menu-outer .Select-option:hover { background-color: var(--fill-contrast-hover-selected) !important; -} +} */ -.dash-table-container .show-hide { +/* .dash-table-container .show-hide { display: none; } */