Merge pull request #749 from mathuo/716-css-variable-dv-background-color-is-always-black-which-breaks-theming-of-auxilliary-components

feat: remove --dv-background-color
This commit is contained in:
mathuo 2024-11-03 14:19:38 +00:00 committed by GitHub
commit ca6f46ac8e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 0 additions and 4 deletions

View File

@ -134,7 +134,6 @@
position: relative; position: relative;
height: 100%; height: 100%;
width: 100%; width: 100%;
background-color: var(--dv-background-color);
.dv-view { .dv-view {
height: 100%; height: 100%;

View File

@ -1,5 +1,4 @@
@mixin dockview-theme-core-mixin { @mixin dockview-theme-core-mixin {
--dv-background-color: black;
--dv-paneview-active-outline-color: dodgerblue; --dv-paneview-active-outline-color: dodgerblue;
--dv-tabs-and-actions-container-font-size: 13px; --dv-tabs-and-actions-container-font-size: 13px;
--dv-tabs-and-actions-container-height: 35px; --dv-tabs-and-actions-container-height: 35px;
@ -339,8 +338,6 @@
--dv-separator-border: transparent; --dv-separator-border: transparent;
--dv-paneview-header-border-color: rgb(51, 51, 51); --dv-paneview-header-border-color: rgb(51, 51, 51);
--dv-background-color: #ebeced;
///// /////
--dv-separator-handle-background-color: #cfd1d3; --dv-separator-handle-background-color: #cfd1d3;
--dv-separator-handle-hover-background-color: #babbbb; --dv-separator-handle-hover-background-color: #babbbb;