@carbon/styles 1.5.0 → 1.6.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 -1
- package/css/styles.min.css +1 -1
- package/package.json +4 -3
- package/scss/components/data-table/sort/_data-table-sort.scss +1 -0
- package/scss/components/modal/_modal.scss +2 -1
- package/scss/components/notification/_actionable-notification.scss +1 -0
- package/scss/components/tabs/_tabs.scss +6 -0
package/css/styles.css
CHANGED
|
@@ -9949,6 +9949,7 @@ tr.cds--parent-row.cds--data-table--selected.cds--expandable-row--hover + tr[dat
|
|
|
9949
9949
|
.cds--data-table.cds--data-table--sort th > .cds--table-header-label {
|
|
9950
9950
|
padding-right: 1rem;
|
|
9951
9951
|
padding-left: 1rem;
|
|
9952
|
+
line-height: 1;
|
|
9952
9953
|
}
|
|
9953
9954
|
|
|
9954
9955
|
th .cds--table-sort__flex {
|
|
@@ -12635,11 +12636,11 @@ button.cds--dropdown-text:focus {
|
|
|
12635
12636
|
|
|
12636
12637
|
.cds--modal-content p,
|
|
12637
12638
|
.cds--modal-content__regular-content {
|
|
12638
|
-
padding-right: 20%;
|
|
12639
12639
|
font-size: var(--cds-body-01-font-size, 0.875rem);
|
|
12640
12640
|
font-weight: var(--cds-body-01-font-weight, 400);
|
|
12641
12641
|
line-height: var(--cds-body-01-line-height, 1.42857);
|
|
12642
12642
|
letter-spacing: var(--cds-body-01-letter-spacing, 0.16px);
|
|
12643
|
+
padding-right: calc(20% - 2rem);
|
|
12643
12644
|
}
|
|
12644
12645
|
|
|
12645
12646
|
.cds--modal-content--with-form {
|
|
@@ -13891,6 +13892,8 @@ button.cds--dropdown-text:focus {
|
|
|
13891
13892
|
display: -webkit-box;
|
|
13892
13893
|
display: -ms-flexbox;
|
|
13893
13894
|
display: flex;
|
|
13895
|
+
-ms-flex-wrap: wrap;
|
|
13896
|
+
flex-wrap: wrap;
|
|
13894
13897
|
word-break: break-word;
|
|
13895
13898
|
}
|
|
13896
13899
|
|
|
@@ -18764,6 +18767,10 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
|
18764
18767
|
}
|
|
18765
18768
|
}
|
|
18766
18769
|
|
|
18770
|
+
.cds--tab-content--interactive:focus {
|
|
18771
|
+
outline: none;
|
|
18772
|
+
}
|
|
18773
|
+
|
|
18767
18774
|
.cds--tabs.cds--skeleton {
|
|
18768
18775
|
cursor: default;
|
|
18769
18776
|
pointer-events: none;
|