datastake-daf 0.6.658 → 0.6.659
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1585,6 +1585,11 @@ ul.ant-menu.ant-menu-dark.ant-menu-root.ant-menu-vertical::-webkit-scrollbar-thu
|
|
|
1585
1585
|
stroke: var(--nested-sidenav-text-color, --custom-sidenav-text-color, white) !important;
|
|
1586
1586
|
}
|
|
1587
1587
|
|
|
1588
|
+
.components-layout:not(.nested)
|
|
1589
|
+
.mod-name.not-collapsed h1{
|
|
1590
|
+
color: var(--custom-sidenav-text-color, white) !important;
|
|
1591
|
+
}
|
|
1592
|
+
|
|
1588
1593
|
.components-layout:not(.nested)
|
|
1589
1594
|
.d-flex.left-sidebar.right-sidebar
|
|
1590
1595
|
.desktop span svg {
|
package/package.json
CHANGED
|
@@ -1585,6 +1585,11 @@ ul.ant-menu.ant-menu-dark.ant-menu-root.ant-menu-vertical::-webkit-scrollbar-thu
|
|
|
1585
1585
|
stroke: var(--nested-sidenav-text-color, --custom-sidenav-text-color, white) !important;
|
|
1586
1586
|
}
|
|
1587
1587
|
|
|
1588
|
+
.components-layout:not(.nested)
|
|
1589
|
+
.mod-name.not-collapsed h1{
|
|
1590
|
+
color: var(--custom-sidenav-text-color, white) !important;
|
|
1591
|
+
}
|
|
1592
|
+
|
|
1588
1593
|
.components-layout:not(.nested)
|
|
1589
1594
|
.d-flex.left-sidebar.right-sidebar
|
|
1590
1595
|
.desktop span svg {
|