@carbon/styles 1.109.0-rc.0 → 1.110.0-rc.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/css/styles.css +8 -5
- package/css/styles.min.css +1 -1
- package/package.json +9 -9
- package/scss/components/link/_link.scss +0 -2
- package/scss/components/menu-button/_menu-button.scss +1 -1
- package/scss/components/multiselect/_multiselect.scss +2 -1
- package/scss/components/tabs/_tabs.scss +11 -1
package/css/styles.css
CHANGED
|
@@ -7834,12 +7834,10 @@ a.cds--overflow-menu-options__btn::before {
|
|
|
7834
7834
|
text-decoration: none;
|
|
7835
7835
|
}
|
|
7836
7836
|
|
|
7837
|
-
.cds--link.cds--link--visited,
|
|
7838
7837
|
.cds--link.cds--link--visited:visited {
|
|
7839
7838
|
color: var(--cds-link-visited-text-color, var(--cds-link-visited, #8a3ffc));
|
|
7840
7839
|
}
|
|
7841
7840
|
|
|
7842
|
-
.cds--link.cds--link--visited:hover,
|
|
7843
7841
|
.cds--link.cds--link--visited:visited:hover {
|
|
7844
7842
|
color: var(--cds-link-hover-text-color, var(--cds-link-primary-hover, #0043ce));
|
|
7845
7843
|
}
|
|
@@ -18560,7 +18558,7 @@ button.cds--dropdown-text:focus {
|
|
|
18560
18558
|
}
|
|
18561
18559
|
|
|
18562
18560
|
.cds--multi-select.cds--multi-select--selectall .cds--list-box__menu-item:first-child .cds--list-box__menu-item__option {
|
|
18563
|
-
padding:
|
|
18561
|
+
padding: calc((var(--cds-layout-size-height-local) - 1lh) / 2 - 1px) 1rem;
|
|
18564
18562
|
margin: 0;
|
|
18565
18563
|
border-block-end: 1px solid var(--cds-border-subtle-01, #c6c6c6);
|
|
18566
18564
|
}
|
|
@@ -21336,7 +21334,7 @@ optgroup.cds--select-optgroup:disabled,
|
|
|
21336
21334
|
}
|
|
21337
21335
|
|
|
21338
21336
|
.cds--menu-button__container {
|
|
21339
|
-
display:
|
|
21337
|
+
display: inline-flex;
|
|
21340
21338
|
}
|
|
21341
21339
|
|
|
21342
21340
|
.cds--menu-button__trigger:not(.cds--btn--ghost) {
|
|
@@ -25375,6 +25373,10 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
|
25375
25373
|
white-space: normal;
|
|
25376
25374
|
}
|
|
25377
25375
|
|
|
25376
|
+
.cds--tabs.cds--tabs--vertical.cds--layout--size-sm .cds--tabs__nav-link .cds--tabs__nav-item-label {
|
|
25377
|
+
-webkit-line-clamp: 1;
|
|
25378
|
+
}
|
|
25379
|
+
|
|
25378
25380
|
.cds--tabs,
|
|
25379
25381
|
.cds--tab-content {
|
|
25380
25382
|
--cds-layout-density-padding-inline-local: clamp(var(--cds-layout-density-padding-inline-min), var(--cds-layout-density-padding-inline, var(--cds-layout-density-padding-inline-normal)), var(--cds-layout-density-padding-inline-max));
|
|
@@ -25431,6 +25433,7 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
|
25431
25433
|
display: none;
|
|
25432
25434
|
}
|
|
25433
25435
|
.cds--tabs.cds--tabs--vertical {
|
|
25436
|
+
--cds-layout-size-height-local: clamp(max(var(--cds-layout-size-height-min), var(--cds-layout-size-height-sm)), var(--cds-layout-size-height, var(--cds-layout-size-height-xl)), min(var(--cds-layout-size-height-max), var(--cds-layout-size-height-xl)));
|
|
25434
25437
|
background: var(--cds-layer);
|
|
25435
25438
|
box-shadow: inset -1px 0 var(--cds-border-subtle);
|
|
25436
25439
|
grid-column: span 2;
|
|
@@ -25651,7 +25654,7 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
|
25651
25654
|
.cds--tabs.cds--tabs--vertical .cds--tabs__nav-item {
|
|
25652
25655
|
flex: none;
|
|
25653
25656
|
background-color: var(--cds-layer-01, #f4f4f4);
|
|
25654
|
-
block-size:
|
|
25657
|
+
block-size: var(--cds-layout-size-height-local);
|
|
25655
25658
|
border-block-end: 1px solid var(--cds-border-subtle);
|
|
25656
25659
|
border-inline-end: 1px solid var(--cds-border-subtle);
|
|
25657
25660
|
box-shadow: inset 3px 0 0 0 var(--cds-border-subtle);
|