datastake-daf 0.6.615 → 0.6.616
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.
|
@@ -860,9 +860,6 @@ h1 {
|
|
|
860
860
|
color: var(--custom-sidenav-text-color, white) !important;
|
|
861
861
|
}
|
|
862
862
|
|
|
863
|
-
.ant-menu-submenu .ant-menu-submenu-inline .selected .ant-menu-submenu-selected .ant-menu-submenu-title .ant-menu-item-icon {
|
|
864
|
-
color: white !important;
|
|
865
|
-
}
|
|
866
863
|
|
|
867
864
|
ul.ant-menu.ant-menu-dark.ant-menu-root.ant-menu-inline,
|
|
868
865
|
ul.ant-menu.ant-menu-dark.ant-menu-root.ant-menu-vertical {
|
|
@@ -1497,6 +1494,32 @@ ul.ant-menu.ant-menu-dark.ant-menu-root.ant-menu-vertical::-webkit-scrollbar-thu
|
|
|
1497
1494
|
margin-left: 2px;
|
|
1498
1495
|
}
|
|
1499
1496
|
|
|
1497
|
+
.components-layout
|
|
1498
|
+
.sidenav-cont
|
|
1499
|
+
.menus-cont.is-collapsed
|
|
1500
|
+
.selected
|
|
1501
|
+
svg,
|
|
1502
|
+
.components-layout
|
|
1503
|
+
.sidenav-cont
|
|
1504
|
+
.menus-cont.is-collapsed
|
|
1505
|
+
.ant-menu-submenu-selected
|
|
1506
|
+
svg {
|
|
1507
|
+
stroke: white !important;
|
|
1508
|
+
}
|
|
1509
|
+
|
|
1510
|
+
.components-layout
|
|
1511
|
+
.sidenav-cont
|
|
1512
|
+
.menus-cont.is-collapsed
|
|
1513
|
+
.selected
|
|
1514
|
+
svg path,
|
|
1515
|
+
.components-layout
|
|
1516
|
+
.sidenav-cont
|
|
1517
|
+
.menus-cont.is-collapsed
|
|
1518
|
+
.ant-menu-submenu-selected
|
|
1519
|
+
svg path {
|
|
1520
|
+
stroke: white !important;
|
|
1521
|
+
}
|
|
1522
|
+
|
|
1500
1523
|
.components-layout
|
|
1501
1524
|
.sidenav-cont
|
|
1502
1525
|
.ant-menu-sub
|
package/package.json
CHANGED
|
@@ -860,9 +860,6 @@ h1 {
|
|
|
860
860
|
color: var(--custom-sidenav-text-color, white) !important;
|
|
861
861
|
}
|
|
862
862
|
|
|
863
|
-
.ant-menu-submenu .ant-menu-submenu-inline .selected .ant-menu-submenu-selected .ant-menu-submenu-title .ant-menu-item-icon {
|
|
864
|
-
color: white !important;
|
|
865
|
-
}
|
|
866
863
|
|
|
867
864
|
ul.ant-menu.ant-menu-dark.ant-menu-root.ant-menu-inline,
|
|
868
865
|
ul.ant-menu.ant-menu-dark.ant-menu-root.ant-menu-vertical {
|
|
@@ -1497,6 +1494,32 @@ ul.ant-menu.ant-menu-dark.ant-menu-root.ant-menu-vertical::-webkit-scrollbar-thu
|
|
|
1497
1494
|
margin-left: 2px;
|
|
1498
1495
|
}
|
|
1499
1496
|
|
|
1497
|
+
.components-layout
|
|
1498
|
+
.sidenav-cont
|
|
1499
|
+
.menus-cont.is-collapsed
|
|
1500
|
+
.selected
|
|
1501
|
+
svg,
|
|
1502
|
+
.components-layout
|
|
1503
|
+
.sidenav-cont
|
|
1504
|
+
.menus-cont.is-collapsed
|
|
1505
|
+
.ant-menu-submenu-selected
|
|
1506
|
+
svg {
|
|
1507
|
+
stroke: white !important;
|
|
1508
|
+
}
|
|
1509
|
+
|
|
1510
|
+
.components-layout
|
|
1511
|
+
.sidenav-cont
|
|
1512
|
+
.menus-cont.is-collapsed
|
|
1513
|
+
.selected
|
|
1514
|
+
svg path,
|
|
1515
|
+
.components-layout
|
|
1516
|
+
.sidenav-cont
|
|
1517
|
+
.menus-cont.is-collapsed
|
|
1518
|
+
.ant-menu-submenu-selected
|
|
1519
|
+
svg path {
|
|
1520
|
+
stroke: white !important;
|
|
1521
|
+
}
|
|
1522
|
+
|
|
1500
1523
|
.components-layout
|
|
1501
1524
|
.sidenav-cont
|
|
1502
1525
|
.ant-menu-sub
|