Skip to content

Commit

Permalink
Individually comment out CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
maxschulz-COL committed Oct 16, 2023
1 parent e84fcb7 commit f2376ed
Showing 1 changed file with 29 additions and 29 deletions.
58 changes: 29 additions & 29 deletions vizro-core/src/vizro/static/css/table.css
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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;
} */

0 comments on commit f2376ed

Please sign in to comment.