File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed
vizro-core/src/vizro/static/css Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 5757
5858/* Change filled container bg inside filled container */
5959.bg-container .bg-container {
60- background-color : var (--right-side -bg-iterated );
60+ background-color : var (--bs-tertiary -bg );
6161}
6262
6363/* If a filled container is detected, then the right-bg color will change to
6464the lighter shade, both in dark and light theme. */
6565# right-side : has (.bg-container ) {
66- background : var (--right-side -bg-iterated );
66+ background : var (--bs-tertiary -bg );
6767}
6868
6969# right-side : has (.bg-container ) .card {
70- background : var (--right-side -bg-iterated );
70+ background : var (--bs-tertiary -bg );
7171}
7272
7373.inner-container-title {
Original file line number Diff line number Diff line change @@ -4,14 +4,12 @@ for a pure Dash app.
44
55All the HEX values starting with --text-code are taken from the Github code highlighting style. */
66[data-bs-theme = "dark" ] {
7- --right-side-bg-iterated : var (--bs-tertiary-bg );
87 --hover-bg-subtle : var (--bs-gray-900 );
98 --input-field-bg : var (--bs-primary-bg-subtle );
109}
1110
1211[data-bs-theme = "light" ] {
1312 /* When plugging in other bootstrap variables, surfaces-bg-card does not exist and it will just default to white. */
14- --right-side-bg-iterated : var (--bs-tertiary-bg );
1513 --fill-icon-image-card : invert (64% ) sepia (0% ) saturate (1375% );
1614 --hover-bg-subtle : var (--bs-gray-300 );
1715 --input-field-bg : var (--bs-body-bg );
You can’t perform that action at this time.
0 commit comments