@carbon/styles 1.36.0 → 1.37.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 +14 -10
- package/css/styles.min.css +1 -1
- package/package.json +2 -2
- package/scss/components/checkbox/_checkbox.scss +3 -2
- package/scss/components/data-table/action/_data-table-action.scss +4 -0
- package/scss/components/modal/_modal.scss +2 -1
- package/scss/components/notification/_tokens.scss +2 -2
- package/scss/components/time-picker/_time-picker.scss +1 -4
package/css/styles.css
CHANGED
|
@@ -2899,7 +2899,7 @@ em {
|
|
|
2899
2899
|
--cds-notification-background-success: #defbe6;
|
|
2900
2900
|
--cds-notification-background-info: #edf5ff;
|
|
2901
2901
|
--cds-notification-background-warning: #fdf6dd;
|
|
2902
|
-
--cds-notification-action-hover: #
|
|
2902
|
+
--cds-notification-action-hover: #ffffff;
|
|
2903
2903
|
--cds-notification-action-tertiary-inverse: #ffffff;
|
|
2904
2904
|
--cds-notification-action-tertiary-inverse-active: #c6c6c6;
|
|
2905
2905
|
--cds-notification-action-tertiary-inverse-hover: #f4f4f4;
|
|
@@ -3073,7 +3073,7 @@ em {
|
|
|
3073
3073
|
--cds-notification-background-success: #defbe6;
|
|
3074
3074
|
--cds-notification-background-info: #edf5ff;
|
|
3075
3075
|
--cds-notification-background-warning: #fdf6dd;
|
|
3076
|
-
--cds-notification-action-hover: #
|
|
3076
|
+
--cds-notification-action-hover: #ffffff;
|
|
3077
3077
|
--cds-notification-action-tertiary-inverse: #ffffff;
|
|
3078
3078
|
--cds-notification-action-tertiary-inverse-active: #c6c6c6;
|
|
3079
3079
|
--cds-notification-action-tertiary-inverse-hover: #f4f4f4;
|
|
@@ -5879,12 +5879,13 @@ fieldset[disabled] .cds--form__helper-text {
|
|
|
5879
5879
|
.cds--checkbox-group__validation-msg,
|
|
5880
5880
|
.cds--checkbox__validation-msg {
|
|
5881
5881
|
display: none;
|
|
5882
|
-
align-items: flex-
|
|
5882
|
+
align-items: flex-start;
|
|
5883
5883
|
margin-top: 0.25rem;
|
|
5884
5884
|
}
|
|
5885
5885
|
|
|
5886
5886
|
.cds--checkbox__invalid-icon {
|
|
5887
|
-
|
|
5887
|
+
min-width: 1rem;
|
|
5888
|
+
margin: 0.0625rem 0.0625rem 0 0.1875rem;
|
|
5888
5889
|
fill: var(--cds-support-error, #da1e28);
|
|
5889
5890
|
}
|
|
5890
5891
|
|
|
@@ -11128,6 +11129,10 @@ tr.cds--data-table--selected:last-of-type td {
|
|
|
11128
11129
|
letter-spacing: var(--cds-body-compact-01-letter-spacing, 0.16px);
|
|
11129
11130
|
}
|
|
11130
11131
|
|
|
11132
|
+
.cds--batch-summary__divider {
|
|
11133
|
+
padding-left: 0.5rem;
|
|
11134
|
+
}
|
|
11135
|
+
|
|
11131
11136
|
.cds--table-toolbar--sm {
|
|
11132
11137
|
height: 2rem;
|
|
11133
11138
|
min-height: 2rem;
|
|
@@ -16477,7 +16482,8 @@ optgroup.cds--select-optgroup:disabled,
|
|
|
16477
16482
|
.cds--modal .cds--date-picker__input,
|
|
16478
16483
|
.cds--modal .cds--multi-select,
|
|
16479
16484
|
.cds--modal .cds--number__control-btn::before,
|
|
16480
|
-
.cds--modal .cds--number__control-btn::after
|
|
16485
|
+
.cds--modal .cds--number__control-btn::after,
|
|
16486
|
+
.cds--modal .cds--list-box input[role=combobox] {
|
|
16481
16487
|
background-color: var(--cds-field-02, #ffffff);
|
|
16482
16488
|
}
|
|
16483
16489
|
.cds--modal .cds--list-box__menu {
|
|
@@ -17122,7 +17128,7 @@ optgroup.cds--select-optgroup:disabled,
|
|
|
17122
17128
|
|
|
17123
17129
|
.cds--inline-notification--low-contrast .cds--inline-notification__action-button.cds--btn--ghost:active,
|
|
17124
17130
|
.cds--inline-notification--low-contrast .cds--inline-notification__action-button.cds--btn--ghost:hover {
|
|
17125
|
-
background-color: var(--cds-notification-action-hover, #
|
|
17131
|
+
background-color: var(--cds-notification-action-hover, #ffffff);
|
|
17126
17132
|
}
|
|
17127
17133
|
|
|
17128
17134
|
.cds--inline-notification__action-button.cds--btn--ghost:focus {
|
|
@@ -17801,7 +17807,7 @@ optgroup.cds--select-optgroup:disabled,
|
|
|
17801
17807
|
|
|
17802
17808
|
.cds--actionable-notification--low-contrast .cds--actionable-notification__action-button.cds--btn--ghost:active,
|
|
17803
17809
|
.cds--actionable-notification--low-contrast .cds--actionable-notification__action-button.cds--btn--ghost:hover {
|
|
17804
|
-
background-color: var(--cds-notification-action-hover, #
|
|
17810
|
+
background-color: var(--cds-notification-action-hover, #ffffff);
|
|
17805
17811
|
}
|
|
17806
17812
|
|
|
17807
17813
|
.cds--actionable-notification__action-button.cds--btn--ghost:focus {
|
|
@@ -20674,9 +20680,7 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
|
20674
20680
|
|
|
20675
20681
|
.cds--time-picker__select {
|
|
20676
20682
|
justify-content: center;
|
|
20677
|
-
|
|
20678
|
-
.cds--time-picker__select:not(:last-of-type) {
|
|
20679
|
-
margin: 0 0.125rem;
|
|
20683
|
+
margin-left: 0.125rem;
|
|
20680
20684
|
}
|
|
20681
20685
|
|
|
20682
20686
|
.cds--time-picker__input {
|