@datarobot/design-system 28.3.4 → 28.4.0
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.
- package/package.json +1 -1
- package/styles/index.css +6 -0
- package/styles/index.min.css +1 -1
package/package.json
CHANGED
package/styles/index.css
CHANGED
|
@@ -11579,6 +11579,12 @@ table.simple-table.sublevel tr td {
|
|
|
11579
11579
|
color: var(--sub-header-item-disabled-color);
|
|
11580
11580
|
cursor: default;
|
|
11581
11581
|
}
|
|
11582
|
+
.sub-nav-group a.sub-nav-item {
|
|
11583
|
+
display: inline-block;
|
|
11584
|
+
}
|
|
11585
|
+
.sub-nav-group a.sub-nav-item.disabled {
|
|
11586
|
+
pointer-events: none;
|
|
11587
|
+
}
|
|
11582
11588
|
.sub-nav-group.tab {
|
|
11583
11589
|
gap: 1rem;
|
|
11584
11590
|
}
|