datastake-daf 0.6.698 → 0.6.699
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.
|
@@ -1508,8 +1508,8 @@ ul.ant-menu.ant-menu-dark.ant-menu-root.ant-menu-vertical::-webkit-scrollbar-thu
|
|
|
1508
1508
|
|
|
1509
1509
|
/* COLOR SIDEBAR */
|
|
1510
1510
|
.components-layout:not(.nested) .sidenav-sider.custom .sidenav-cont .menus-cont .sidemenu-cont .ant-menu-submenu,
|
|
1511
|
-
.components-layout:not(.nested) .sidenav-sider.custom .sidenav-cont .menus-cont .sidemenu-cont .ant-menu-item
|
|
1512
|
-
color: var(--custom-sidenav-text-color, white);
|
|
1511
|
+
.components-layout:not(.nested) .sidenav-sider.custom .sidenav-cont .menus-cont .sidemenu-cont .ant-menu-item{
|
|
1512
|
+
color: var(--custom-sidenav-text-color, white) !important;
|
|
1513
1513
|
}
|
|
1514
1514
|
|
|
1515
1515
|
.components-layout:not(.nested) .sidenav-sider.custom
|
|
@@ -1530,7 +1530,7 @@ ul.ant-menu.ant-menu-dark.ant-menu-root.ant-menu-vertical::-webkit-scrollbar-thu
|
|
|
1530
1530
|
.sidenav-cont:not(.straatos) .menus-cont:not(.is-collapsed)
|
|
1531
1531
|
.sidemenu-cont .ant-menu.ant-menu-root.ant-menu-inline.ant-menu-dark
|
|
1532
1532
|
.ant-menu-submenu.ant-menu-submenu-inline .ant-menu.ant-menu-sub.ant-menu-inline .ant-menu-item:not(.selected-it)
|
|
1533
|
-
.ant-menu-title-content
|
|
1533
|
+
.ant-menu-title-content {
|
|
1534
1534
|
color: var(--nested-sidenav-text-color, --custom-sidenav-text-color, white) !important;
|
|
1535
1535
|
}
|
|
1536
1536
|
|
|
@@ -1682,7 +1682,7 @@ ul.ant-menu.ant-menu-dark.ant-menu-root.ant-menu-vertical::-webkit-scrollbar-thu
|
|
|
1682
1682
|
|
|
1683
1683
|
.components-layout .drawer .sidenav-cont .menus-cont .ant-menu.ant-menu-root.ant-menu-inline.ant-menu-dark
|
|
1684
1684
|
.ant-menu-submenu.ant-menu-submenu-inline .ant-menu.ant-menu-sub.ant-menu-inline .ant-menu-item:not(.selected-it)
|
|
1685
|
-
.ant-menu-title-content
|
|
1685
|
+
.ant-menu-title-content {
|
|
1686
1686
|
color: var(--custom-sidenav-text-color, white) !important;
|
|
1687
1687
|
}
|
|
1688
1688
|
|
|
@@ -1733,7 +1733,7 @@ ul.ant-menu.ant-menu-dark.ant-menu-root.ant-menu-vertical::-webkit-scrollbar-thu
|
|
|
1733
1733
|
.components-layout:not(.nested) .drawer .sidenav-cont .menus-cont.drawer .sidemenu-cont
|
|
1734
1734
|
.ant-menu.ant-menu-root.ant-menu-inline.ant-menu-dark
|
|
1735
1735
|
.ant-menu-submenu.ant-menu-submenu-inline .ant-menu.ant-menu-sub.ant-menu-inline .ant-menu-item
|
|
1736
|
-
.ant-menu-title-content
|
|
1736
|
+
.ant-menu-title-content {
|
|
1737
1737
|
color: var(--custom-sidenav-text-color, white) !important;
|
|
1738
1738
|
}
|
|
1739
1739
|
|
package/package.json
CHANGED
|
@@ -1508,8 +1508,8 @@ ul.ant-menu.ant-menu-dark.ant-menu-root.ant-menu-vertical::-webkit-scrollbar-thu
|
|
|
1508
1508
|
|
|
1509
1509
|
/* COLOR SIDEBAR */
|
|
1510
1510
|
.components-layout:not(.nested) .sidenav-sider.custom .sidenav-cont .menus-cont .sidemenu-cont .ant-menu-submenu,
|
|
1511
|
-
.components-layout:not(.nested) .sidenav-sider.custom .sidenav-cont .menus-cont .sidemenu-cont .ant-menu-item
|
|
1512
|
-
color: var(--custom-sidenav-text-color, white);
|
|
1511
|
+
.components-layout:not(.nested) .sidenav-sider.custom .sidenav-cont .menus-cont .sidemenu-cont .ant-menu-item{
|
|
1512
|
+
color: var(--custom-sidenav-text-color, white) !important;
|
|
1513
1513
|
}
|
|
1514
1514
|
|
|
1515
1515
|
.components-layout:not(.nested) .sidenav-sider.custom
|
|
@@ -1530,7 +1530,7 @@ ul.ant-menu.ant-menu-dark.ant-menu-root.ant-menu-vertical::-webkit-scrollbar-thu
|
|
|
1530
1530
|
.sidenav-cont:not(.straatos) .menus-cont:not(.is-collapsed)
|
|
1531
1531
|
.sidemenu-cont .ant-menu.ant-menu-root.ant-menu-inline.ant-menu-dark
|
|
1532
1532
|
.ant-menu-submenu.ant-menu-submenu-inline .ant-menu.ant-menu-sub.ant-menu-inline .ant-menu-item:not(.selected-it)
|
|
1533
|
-
.ant-menu-title-content
|
|
1533
|
+
.ant-menu-title-content {
|
|
1534
1534
|
color: var(--nested-sidenav-text-color, --custom-sidenav-text-color, white) !important;
|
|
1535
1535
|
}
|
|
1536
1536
|
|
|
@@ -1682,7 +1682,7 @@ ul.ant-menu.ant-menu-dark.ant-menu-root.ant-menu-vertical::-webkit-scrollbar-thu
|
|
|
1682
1682
|
|
|
1683
1683
|
.components-layout .drawer .sidenav-cont .menus-cont .ant-menu.ant-menu-root.ant-menu-inline.ant-menu-dark
|
|
1684
1684
|
.ant-menu-submenu.ant-menu-submenu-inline .ant-menu.ant-menu-sub.ant-menu-inline .ant-menu-item:not(.selected-it)
|
|
1685
|
-
.ant-menu-title-content
|
|
1685
|
+
.ant-menu-title-content {
|
|
1686
1686
|
color: var(--custom-sidenav-text-color, white) !important;
|
|
1687
1687
|
}
|
|
1688
1688
|
|
|
@@ -1733,7 +1733,7 @@ ul.ant-menu.ant-menu-dark.ant-menu-root.ant-menu-vertical::-webkit-scrollbar-thu
|
|
|
1733
1733
|
.components-layout:not(.nested) .drawer .sidenav-cont .menus-cont.drawer .sidemenu-cont
|
|
1734
1734
|
.ant-menu.ant-menu-root.ant-menu-inline.ant-menu-dark
|
|
1735
1735
|
.ant-menu-submenu.ant-menu-submenu-inline .ant-menu.ant-menu-sub.ant-menu-inline .ant-menu-item
|
|
1736
|
-
.ant-menu-title-content
|
|
1736
|
+
.ant-menu-title-content {
|
|
1737
1737
|
color: var(--custom-sidenav-text-color, white) !important;
|
|
1738
1738
|
}
|
|
1739
1739
|
|