datastake-daf 0.6.724 → 0.6.725
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.
|
@@ -4996,9 +4996,19 @@ strong {
|
|
|
4996
4996
|
width: 100%;
|
|
4997
4997
|
}
|
|
4998
4998
|
|
|
4999
|
-
.sidenav-sider.custom .ant-menu-dark .ant-menu-item-disabled {
|
|
4999
|
+
.components-layout:not(.nested) .sidenav-sider.custom.straatos .sidenav-cont.straatos .ant-menu-dark .ant-menu-item.ant-menu-item-disabled .ant-menu-title-content {
|
|
5000
5000
|
color: var(--custom-sidenav-disabled-menu-item-color) !important;
|
|
5001
5001
|
}
|
|
5002
|
+
.components-layout:not(.nested) .sidenav-sider.custom.straatos .sidenav-cont.straatos .ant-menu-dark .ant-menu-item.ant-menu-item-disabled svg path {
|
|
5003
|
+
stroke: var(--custom-sidenav-disabled-menu-item-color) !important;
|
|
5004
|
+
}
|
|
5005
|
+
|
|
5006
|
+
.components-layout:not(.nested) .sidenav-sider-collapsed.custom.straatos .sidenav-cont.straatos .ant-menu-dark .ant-menu-submenu.ant-menu-submenu-inline.ant-menu-submenu-disabled .ant-menu-submenu-title svg path {
|
|
5007
|
+
stroke: var(--custom-sidenav-disabled-menu-item-color) !important;
|
|
5008
|
+
}
|
|
5009
|
+
.components-layout:not(.nested) .sidenav-sider-collapsed.custom.straatos .sidenav-cont.straatos .ant-menu-dark .ant-menu-submenu.ant-menu-submenu-inline.ant-menu-submenu-disabled .ant-menu-submenu-title .ant-menu-title-content {
|
|
5010
|
+
stroke: var(--custom-sidenav-disabled-menu-item-color) !important;
|
|
5011
|
+
}
|
|
5002
5012
|
|
|
5003
5013
|
.sidenav-sider.nested .ant-menu-dark .ant-menu-item-disabled {
|
|
5004
5014
|
color: var(--nested-sidenav-disabled-menu-item-color) !important;
|
package/package.json
CHANGED
|
@@ -4996,9 +4996,19 @@ strong {
|
|
|
4996
4996
|
width: 100%;
|
|
4997
4997
|
}
|
|
4998
4998
|
|
|
4999
|
-
.sidenav-sider.custom .ant-menu-dark .ant-menu-item-disabled {
|
|
4999
|
+
.components-layout:not(.nested) .sidenav-sider.custom.straatos .sidenav-cont.straatos .ant-menu-dark .ant-menu-item.ant-menu-item-disabled .ant-menu-title-content {
|
|
5000
5000
|
color: var(--custom-sidenav-disabled-menu-item-color) !important;
|
|
5001
5001
|
}
|
|
5002
|
+
.components-layout:not(.nested) .sidenav-sider.custom.straatos .sidenav-cont.straatos .ant-menu-dark .ant-menu-item.ant-menu-item-disabled svg path {
|
|
5003
|
+
stroke: var(--custom-sidenav-disabled-menu-item-color) !important;
|
|
5004
|
+
}
|
|
5005
|
+
|
|
5006
|
+
.components-layout:not(.nested) .sidenav-sider-collapsed.custom.straatos .sidenav-cont.straatos .ant-menu-dark .ant-menu-submenu.ant-menu-submenu-inline.ant-menu-submenu-disabled .ant-menu-submenu-title svg path {
|
|
5007
|
+
stroke: var(--custom-sidenav-disabled-menu-item-color) !important;
|
|
5008
|
+
}
|
|
5009
|
+
.components-layout:not(.nested) .sidenav-sider-collapsed.custom.straatos .sidenav-cont.straatos .ant-menu-dark .ant-menu-submenu.ant-menu-submenu-inline.ant-menu-submenu-disabled .ant-menu-submenu-title .ant-menu-title-content {
|
|
5010
|
+
stroke: var(--custom-sidenav-disabled-menu-item-color) !important;
|
|
5011
|
+
}
|
|
5002
5012
|
|
|
5003
5013
|
.sidenav-sider.nested .ant-menu-dark .ant-menu-item-disabled {
|
|
5004
5014
|
color: var(--nested-sidenav-disabled-menu-item-color) !important;
|