@dialpad/dialtone-css 8.50.1 → 8.50.3
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/lib/build/less/components/toast.less +1 -0
- package/lib/build/less/dialtone.less +0 -1
- package/lib/dist/dialtone-default-theme.css +1 -6
- package/lib/dist/dialtone-default-theme.min.css +1 -1
- package/lib/dist/dialtone.css +1 -6
- package/lib/dist/dialtone.min.css +1 -1
- package/package.json +1 -1
- package/lib/build/less/components/tab-panel.less +0 -19
|
@@ -3441,6 +3441,7 @@ legend .d-label--md {
|
|
|
3441
3441
|
position: absolute;
|
|
3442
3442
|
top: var(--dt-space-600);
|
|
3443
3443
|
left: 50%;
|
|
3444
|
+
z-index: var(--zi-notification);
|
|
3444
3445
|
display: flex;
|
|
3445
3446
|
flex-direction: column;
|
|
3446
3447
|
gap: var(--dt-space-500);
|
|
@@ -4297,12 +4298,6 @@ legend .d-label--md {
|
|
|
4297
4298
|
.d-table--striped.d-table--inverted tr:nth-child(even) {
|
|
4298
4299
|
background-color: hsla(var(--bgc-primary-hsl) / 0.1);
|
|
4299
4300
|
}
|
|
4300
|
-
.d-tab-panel--hidden {
|
|
4301
|
-
display: none;
|
|
4302
|
-
}
|
|
4303
|
-
.d-tab-panel-container {
|
|
4304
|
-
display: contents;
|
|
4305
|
-
}
|
|
4306
4301
|
.d-tablist {
|
|
4307
4302
|
--tab-color-background: var(--dt-action-color-background-base-default);
|
|
4308
4303
|
--tab-color-text: var(--dt-action-color-foreground-muted-default);
|