@carbon/styles 1.67.0-rc.0 → 1.68.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/README.md +3 -3
- package/css/styles.css +142 -82
- package/css/styles.min.css +1 -1
- package/package.json +9 -9
- package/scss/__tests__/zone-test.js +1 -1
- package/scss/_reset.scss +0 -2
- package/scss/_zone.scss +1 -1
- package/scss/components/accordion/_accordion.scss +20 -17
- package/scss/components/breadcrumb/_breadcrumb.scss +1 -1
- package/scss/components/button/_button.scss +1 -1
- package/scss/components/code-snippet/_code-snippet.scss +1 -2
- package/scss/components/contained-list/_contained-list.scss +2 -2
- package/scss/components/content-switcher/_content-switcher.scss +1 -1
- package/scss/components/data-table/_data-table.scss +4 -4
- package/scss/components/data-table/action/_data-table-action.scss +2 -2
- package/scss/components/data-table/expandable/_data-table-expandable.scss +1 -2
- package/scss/components/data-table/sort/_data-table-sort.scss +1 -1
- package/scss/components/date-picker/_date-picker.scss +1 -1
- package/scss/components/dialog/_dialog.scss +2 -2
- package/scss/components/dropdown/_dropdown.scss +1 -1
- package/scss/components/file-uploader/_file-uploader.scss +4 -5
- package/scss/components/list-box/_list-box.scss +1 -1
- package/scss/components/modal/_modal.scss +1 -2
- package/scss/components/notification/_actionable-notification.scss +1 -2
- package/scss/components/notification/_inline-notification.scss +1 -2
- package/scss/components/notification/_toast-notification.scss +1 -2
- package/scss/components/number-input/_number-input.scss +1 -2
- package/scss/components/pagination/_pagination.scss +1 -1
- package/scss/components/pagination-nav/_pagination-nav.scss +1 -1
- package/scss/components/popover/_popover.scss +4 -5
- package/scss/components/select/_select.scss +2 -2
- package/scss/components/slider/_slider.scss +21 -5
- package/scss/components/tabs/_tabs.scss +29 -4
- package/scss/components/tag/_tag.scss +5 -2
- package/scss/components/toggle/_toggle.scss +0 -1
- package/scss/components/treeview/_treeview.scss +4 -0
- package/scss/components/ui-shell/header/_header.scss +1 -1
- package/scss/components/ui-shell/side-nav/_side-nav.scss +3 -3
- package/scss/utilities/_convert.scss +6 -6
- package/scss/utilities/_skeleton.scss +1 -0
- package/scss/utilities/_tooltip.scss +2 -5
- package/scss/utilities/_z-index.scss +3 -3
- package/telemetry.yml +1 -1
package/css/styles.css
CHANGED
|
@@ -131,7 +131,6 @@ blockquote::before,
|
|
|
131
131
|
blockquote::after,
|
|
132
132
|
q::before,
|
|
133
133
|
q::after {
|
|
134
|
-
content: "";
|
|
135
134
|
content: none;
|
|
136
135
|
}
|
|
137
136
|
|
|
@@ -2938,25 +2937,25 @@ em {
|
|
|
2938
2937
|
--cds-notification-action-tertiary-inverse-text: #161616;
|
|
2939
2938
|
--cds-notification-action-tertiary-inverse-text-on-color-disabled: rgba(255, 255, 255, 0.25);
|
|
2940
2939
|
--cds-tag-background-red: #ffd7d9;
|
|
2941
|
-
--cds-tag-color-red: #
|
|
2940
|
+
--cds-tag-color-red: #a2191f;
|
|
2942
2941
|
--cds-tag-hover-red: #ffc2c5;
|
|
2943
2942
|
--cds-tag-background-magenta: #ffd6e8;
|
|
2944
|
-
--cds-tag-color-magenta: #
|
|
2943
|
+
--cds-tag-color-magenta: #9f1853;
|
|
2945
2944
|
--cds-tag-hover-magenta: #ffbdda;
|
|
2946
2945
|
--cds-tag-background-purple: #e8daff;
|
|
2947
|
-
--cds-tag-color-purple: #
|
|
2946
|
+
--cds-tag-color-purple: #6929c4;
|
|
2948
2947
|
--cds-tag-hover-purple: #dcc7ff;
|
|
2949
2948
|
--cds-tag-background-blue: #d0e2ff;
|
|
2950
|
-
--cds-tag-color-blue: #
|
|
2949
|
+
--cds-tag-color-blue: #0043ce;
|
|
2951
2950
|
--cds-tag-hover-blue: #b8d3ff;
|
|
2952
2951
|
--cds-tag-background-cyan: #bae6ff;
|
|
2953
|
-
--cds-tag-color-cyan: #
|
|
2952
|
+
--cds-tag-color-cyan: #00539a;
|
|
2954
2953
|
--cds-tag-hover-cyan: #99daff;
|
|
2955
2954
|
--cds-tag-background-teal: #9ef0f0;
|
|
2956
|
-
--cds-tag-color-teal: #
|
|
2955
|
+
--cds-tag-color-teal: #005d5d;
|
|
2957
2956
|
--cds-tag-hover-teal: #57e5e5;
|
|
2958
2957
|
--cds-tag-background-green: #a7f0ba;
|
|
2959
|
-
--cds-tag-color-green: #
|
|
2958
|
+
--cds-tag-color-green: #0e6027;
|
|
2960
2959
|
--cds-tag-hover-green: #74e792;
|
|
2961
2960
|
--cds-tag-background-gray: #e0e0e0;
|
|
2962
2961
|
--cds-tag-color-gray: #161616;
|
|
@@ -3161,25 +3160,25 @@ em {
|
|
|
3161
3160
|
--cds-notification-action-tertiary-inverse-text: #161616;
|
|
3162
3161
|
--cds-notification-action-tertiary-inverse-text-on-color-disabled: rgba(255, 255, 255, 0.25);
|
|
3163
3162
|
--cds-tag-background-red: #ffd7d9;
|
|
3164
|
-
--cds-tag-color-red: #
|
|
3163
|
+
--cds-tag-color-red: #a2191f;
|
|
3165
3164
|
--cds-tag-hover-red: #ffc2c5;
|
|
3166
3165
|
--cds-tag-background-magenta: #ffd6e8;
|
|
3167
|
-
--cds-tag-color-magenta: #
|
|
3166
|
+
--cds-tag-color-magenta: #9f1853;
|
|
3168
3167
|
--cds-tag-hover-magenta: #ffbdda;
|
|
3169
3168
|
--cds-tag-background-purple: #e8daff;
|
|
3170
|
-
--cds-tag-color-purple: #
|
|
3169
|
+
--cds-tag-color-purple: #6929c4;
|
|
3171
3170
|
--cds-tag-hover-purple: #dcc7ff;
|
|
3172
3171
|
--cds-tag-background-blue: #d0e2ff;
|
|
3173
|
-
--cds-tag-color-blue: #
|
|
3172
|
+
--cds-tag-color-blue: #0043ce;
|
|
3174
3173
|
--cds-tag-hover-blue: #b8d3ff;
|
|
3175
3174
|
--cds-tag-background-cyan: #bae6ff;
|
|
3176
|
-
--cds-tag-color-cyan: #
|
|
3175
|
+
--cds-tag-color-cyan: #00539a;
|
|
3177
3176
|
--cds-tag-hover-cyan: #99daff;
|
|
3178
3177
|
--cds-tag-background-teal: #9ef0f0;
|
|
3179
|
-
--cds-tag-color-teal: #
|
|
3178
|
+
--cds-tag-color-teal: #005d5d;
|
|
3180
3179
|
--cds-tag-hover-teal: #57e5e5;
|
|
3181
3180
|
--cds-tag-background-green: #a7f0ba;
|
|
3182
|
-
--cds-tag-color-green: #
|
|
3181
|
+
--cds-tag-color-green: #0e6027;
|
|
3183
3182
|
--cds-tag-hover-green: #74e792;
|
|
3184
3183
|
--cds-tag-background-gray: #e0e0e0;
|
|
3185
3184
|
--cds-tag-color-gray: #161616;
|
|
@@ -3656,7 +3655,6 @@ em {
|
|
|
3656
3655
|
font-family: inherit;
|
|
3657
3656
|
font-size: 100%;
|
|
3658
3657
|
vertical-align: baseline;
|
|
3659
|
-
/* stylelint-disable-next-line scss/selector-no-redundant-nesting-selector, no-duplicate-selectors */
|
|
3660
3658
|
}
|
|
3661
3659
|
.cds--accordion *,
|
|
3662
3660
|
.cds--accordion *::before,
|
|
@@ -3704,7 +3702,6 @@ em {
|
|
|
3704
3702
|
cursor: pointer;
|
|
3705
3703
|
text-align: start;
|
|
3706
3704
|
inline-size: 100%;
|
|
3707
|
-
/* stylelint-disable-next-line scss/selector-no-redundant-nesting-selector, no-duplicate-selectors */
|
|
3708
3705
|
}
|
|
3709
3706
|
.cds--accordion__heading *,
|
|
3710
3707
|
.cds--accordion__heading *::before,
|
|
@@ -3764,7 +3761,6 @@ li.cds--accordion__item--disabled:last-of-type {
|
|
|
3764
3761
|
outline: 2px solid transparent;
|
|
3765
3762
|
outline-offset: -2px;
|
|
3766
3763
|
transition: all 110ms cubic-bezier(0.2, 0, 0.38, 0.9);
|
|
3767
|
-
/* stylelint-disable-next-line scss/selector-no-redundant-nesting-selector, no-duplicate-selectors */
|
|
3768
3764
|
}
|
|
3769
3765
|
.cds--accordion__arrow {
|
|
3770
3766
|
flex: 0 0 1rem;
|
|
@@ -3779,7 +3775,6 @@ li.cds--accordion__item--disabled:last-of-type {
|
|
|
3779
3775
|
font-weight: var(--cds-body-01-font-weight, 400);
|
|
3780
3776
|
line-height: var(--cds-body-01-line-height, 1.42857);
|
|
3781
3777
|
letter-spacing: var(--cds-body-01-letter-spacing, 0.16px);
|
|
3782
|
-
/* stylelint-disable-next-line scss/selector-no-redundant-nesting-selector, no-duplicate-selectors */
|
|
3783
3778
|
}
|
|
3784
3779
|
.cds--accordion__title {
|
|
3785
3780
|
z-index: 1;
|
|
@@ -3789,11 +3784,12 @@ li.cds--accordion__item--disabled:last-of-type {
|
|
|
3789
3784
|
}
|
|
3790
3785
|
|
|
3791
3786
|
.cds--accordion__wrapper {
|
|
3787
|
+
display: none;
|
|
3792
3788
|
overflow: hidden;
|
|
3793
3789
|
padding: 0;
|
|
3794
3790
|
max-block-size: 0;
|
|
3795
3791
|
opacity: 0;
|
|
3796
|
-
transition: all 110ms cubic-bezier(0, 0, 0.38, 0.9);
|
|
3792
|
+
transition: all 110ms cubic-bezier(0, 0, 0.38, 0.9) allow-discrete;
|
|
3797
3793
|
writing-mode: horizontal-tb;
|
|
3798
3794
|
}
|
|
3799
3795
|
|
|
@@ -3842,6 +3838,7 @@ li.cds--accordion__item--disabled:last-of-type {
|
|
|
3842
3838
|
overflow: visible;
|
|
3843
3839
|
}
|
|
3844
3840
|
.cds--accordion__item--active > .cds--accordion__wrapper {
|
|
3841
|
+
display: block;
|
|
3845
3842
|
overflow: visible;
|
|
3846
3843
|
max-block-size: -moz-fit-content;
|
|
3847
3844
|
max-block-size: fit-content;
|
|
@@ -3854,6 +3851,18 @@ li.cds--accordion__item--disabled:last-of-type {
|
|
|
3854
3851
|
transform: rotate(-90deg) /*rtl:ignore*/;
|
|
3855
3852
|
}
|
|
3856
3853
|
|
|
3854
|
+
/** starting style also not supported widely
|
|
3855
|
+
* https://caniuse.com/mdn-css_at-rules_starting-style
|
|
3856
|
+
*/
|
|
3857
|
+
/* Needs to be after the previous accordion__item--active rule
|
|
3858
|
+
to take effect, as the specificity is the same */
|
|
3859
|
+
@starting-style {
|
|
3860
|
+
.cds--accordion__item--active > .cds--accordion__wrapper {
|
|
3861
|
+
padding: 0;
|
|
3862
|
+
max-block-size: 0;
|
|
3863
|
+
opacity: 0;
|
|
3864
|
+
}
|
|
3865
|
+
}
|
|
3857
3866
|
.cds--accordion--flush .cds--accordion__item {
|
|
3858
3867
|
position: relative;
|
|
3859
3868
|
border-color: transparent;
|
|
@@ -4186,7 +4195,7 @@ li.cds--accordion__item--disabled:last-of-type {
|
|
|
4186
4195
|
.cds--popover--bottom-end > .cds--popover > .cds--popover-content::before {
|
|
4187
4196
|
block-size: var(--cds-popover-offset, 0rem);
|
|
4188
4197
|
inset-block-start: 0;
|
|
4189
|
-
inset-inline: 0
|
|
4198
|
+
inset-inline: 0;
|
|
4190
4199
|
transform: translateY(-100%);
|
|
4191
4200
|
}
|
|
4192
4201
|
|
|
@@ -4263,7 +4272,7 @@ li.cds--accordion__item--disabled:last-of-type {
|
|
|
4263
4272
|
.cds--popover--top-end > .cds--popover > .cds--popover-content::before {
|
|
4264
4273
|
block-size: var(--cds-popover-offset, 0rem);
|
|
4265
4274
|
inset-block-end: 0;
|
|
4266
|
-
inset-inline: 0
|
|
4275
|
+
inset-inline: 0;
|
|
4267
4276
|
transform: translateY(100%);
|
|
4268
4277
|
}
|
|
4269
4278
|
|
|
@@ -4333,7 +4342,7 @@ li.cds--accordion__item--disabled:last-of-type {
|
|
|
4333
4342
|
.cds--popover--right-bottom > .cds--popover > .cds--popover-content::before,
|
|
4334
4343
|
.cds--popover--right-end > .cds--popover > .cds--popover-content::before {
|
|
4335
4344
|
inline-size: var(--cds-popover-offset, 0rem);
|
|
4336
|
-
inset-block: 0
|
|
4345
|
+
inset-block: 0;
|
|
4337
4346
|
inset-inline-start: 0;
|
|
4338
4347
|
transform: translateX(-100%);
|
|
4339
4348
|
}
|
|
@@ -4405,7 +4414,7 @@ li.cds--accordion__item--disabled:last-of-type {
|
|
|
4405
4414
|
.cds--popover--left-bottom > .cds--popover > .cds--popover-content::before,
|
|
4406
4415
|
.cds--popover--left-end > .cds--popover > .cds--popover-content::before {
|
|
4407
4416
|
inline-size: var(--cds-popover-offset, 0rem);
|
|
4408
|
-
inset-block: 0
|
|
4417
|
+
inset-block: 0;
|
|
4409
4418
|
inset-inline-end: 0;
|
|
4410
4419
|
transform: translateX(100%);
|
|
4411
4420
|
}
|
|
@@ -4995,6 +5004,7 @@ li.cds--accordion__item--disabled:last-of-type {
|
|
|
4995
5004
|
block-size: 100%;
|
|
4996
5005
|
content: "";
|
|
4997
5006
|
inline-size: 100%;
|
|
5007
|
+
inset-inline-start: 0;
|
|
4998
5008
|
will-change: transform-origin, transform, opacity;
|
|
4999
5009
|
}
|
|
5000
5010
|
@media (prefers-reduced-motion: reduce) {
|
|
@@ -6329,6 +6339,7 @@ a.cds--overflow-menu-options__btn::before {
|
|
|
6329
6339
|
block-size: 100%;
|
|
6330
6340
|
content: "";
|
|
6331
6341
|
inline-size: 100%;
|
|
6342
|
+
inset-inline-start: 0;
|
|
6332
6343
|
will-change: transform-origin, transform, opacity;
|
|
6333
6344
|
}
|
|
6334
6345
|
@media (prefers-reduced-motion: reduce) {
|
|
@@ -6339,7 +6350,7 @@ a.cds--overflow-menu-options__btn::before {
|
|
|
6339
6350
|
|
|
6340
6351
|
.cds--breadcrumb .cds--overflow-menu.cds--btn--icon-only {
|
|
6341
6352
|
min-block-size: 1.125rem;
|
|
6342
|
-
padding-inline: 0
|
|
6353
|
+
padding-inline: 0;
|
|
6343
6354
|
}
|
|
6344
6355
|
|
|
6345
6356
|
.cds--link {
|
|
@@ -6686,6 +6697,7 @@ textarea:-webkit-autofill:focus {
|
|
|
6686
6697
|
block-size: 100%;
|
|
6687
6698
|
content: "";
|
|
6688
6699
|
inline-size: 100%;
|
|
6700
|
+
inset-inline-start: 0;
|
|
6689
6701
|
will-change: transform-origin, transform, opacity;
|
|
6690
6702
|
}
|
|
6691
6703
|
@media (prefers-reduced-motion: reduce) {
|
|
@@ -7118,6 +7130,7 @@ fieldset[disabled] .cds--form__helper-text {
|
|
|
7118
7130
|
block-size: 100%;
|
|
7119
7131
|
content: "";
|
|
7120
7132
|
inline-size: 100%;
|
|
7133
|
+
inset-inline-start: 0;
|
|
7121
7134
|
will-change: transform-origin, transform, opacity;
|
|
7122
7135
|
}
|
|
7123
7136
|
@media (prefers-reduced-motion: reduce) {
|
|
@@ -7873,6 +7886,7 @@ fieldset[disabled] .cds--form__helper-text {
|
|
|
7873
7886
|
block-size: 100%;
|
|
7874
7887
|
content: "";
|
|
7875
7888
|
inline-size: 100%;
|
|
7889
|
+
inset-inline-start: 0;
|
|
7876
7890
|
will-change: transform-origin, transform, opacity;
|
|
7877
7891
|
}
|
|
7878
7892
|
@media (prefers-reduced-motion: reduce) {
|
|
@@ -7894,7 +7908,6 @@ fieldset[disabled] .cds--form__helper-text {
|
|
|
7894
7908
|
padding-block-end: 0;
|
|
7895
7909
|
}
|
|
7896
7910
|
|
|
7897
|
-
/* stylelint-disable */
|
|
7898
7911
|
@media screen and (-ms-high-contrast: active), (forced-colors: active) {
|
|
7899
7912
|
.cds--snippet__icon {
|
|
7900
7913
|
fill: ButtonText;
|
|
@@ -7915,7 +7928,6 @@ fieldset[disabled] .cds--form__helper-text {
|
|
|
7915
7928
|
}
|
|
7916
7929
|
}
|
|
7917
7930
|
|
|
7918
|
-
/* stylelint-enable */
|
|
7919
7931
|
.cds--text-input {
|
|
7920
7932
|
--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-md)), min(var(--cds-layout-size-height-max), var(--cds-layout-size-height-lg)));
|
|
7921
7933
|
--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));
|
|
@@ -8183,8 +8195,8 @@ fieldset[disabled] .cds--form__helper-text {
|
|
|
8183
8195
|
inset-inline-start: 50%;
|
|
8184
8196
|
}
|
|
8185
8197
|
.cds--text-input--password__visibility::before {
|
|
8186
|
-
border-width: 0 0.25rem 0.3125rem
|
|
8187
|
-
border-color: transparent transparent var(--cds-background-inverse, #393939)
|
|
8198
|
+
border-width: 0 0.25rem 0.3125rem;
|
|
8199
|
+
border-color: transparent transparent var(--cds-background-inverse, #393939);
|
|
8188
8200
|
inset-block-end: -0.5rem;
|
|
8189
8201
|
transform: translate(-50%, 100%);
|
|
8190
8202
|
}
|
|
@@ -8365,6 +8377,7 @@ fieldset[disabled] .cds--form__helper-text {
|
|
|
8365
8377
|
block-size: 100%;
|
|
8366
8378
|
content: "";
|
|
8367
8379
|
inline-size: 100%;
|
|
8380
|
+
inset-inline-start: 0;
|
|
8368
8381
|
will-change: transform-origin, transform, opacity;
|
|
8369
8382
|
}
|
|
8370
8383
|
@media (prefers-reduced-motion: reduce) {
|
|
@@ -8685,7 +8698,7 @@ fieldset[disabled] .cds--form__helper-text {
|
|
|
8685
8698
|
|
|
8686
8699
|
.cds--tag--red {
|
|
8687
8700
|
background-color: var(--cds-tag-background-red, #ffd7d9);
|
|
8688
|
-
color: var(--cds-tag-color-red, #
|
|
8701
|
+
color: var(--cds-tag-color-red, #a2191f);
|
|
8689
8702
|
}
|
|
8690
8703
|
.cds--tag--red.cds--tag--operational {
|
|
8691
8704
|
border: 1px solid var(--cds-tag-border-red, #ff8389);
|
|
@@ -8699,7 +8712,7 @@ fieldset[disabled] .cds--form__helper-text {
|
|
|
8699
8712
|
|
|
8700
8713
|
.cds--tag--magenta {
|
|
8701
8714
|
background-color: var(--cds-tag-background-magenta, #ffd6e8);
|
|
8702
|
-
color: var(--cds-tag-color-magenta, #
|
|
8715
|
+
color: var(--cds-tag-color-magenta, #9f1853);
|
|
8703
8716
|
}
|
|
8704
8717
|
.cds--tag--magenta.cds--tag--operational {
|
|
8705
8718
|
border: 1px solid var(--cds-tag-border-magenta, #ff7eb6);
|
|
@@ -8713,7 +8726,7 @@ fieldset[disabled] .cds--form__helper-text {
|
|
|
8713
8726
|
|
|
8714
8727
|
.cds--tag--purple {
|
|
8715
8728
|
background-color: var(--cds-tag-background-purple, #e8daff);
|
|
8716
|
-
color: var(--cds-tag-color-purple, #
|
|
8729
|
+
color: var(--cds-tag-color-purple, #6929c4);
|
|
8717
8730
|
}
|
|
8718
8731
|
.cds--tag--purple.cds--tag--operational {
|
|
8719
8732
|
border: 1px solid var(--cds-tag-border-purple, #be95ff);
|
|
@@ -8727,7 +8740,7 @@ fieldset[disabled] .cds--form__helper-text {
|
|
|
8727
8740
|
|
|
8728
8741
|
.cds--tag--blue {
|
|
8729
8742
|
background-color: var(--cds-tag-background-blue, #d0e2ff);
|
|
8730
|
-
color: var(--cds-tag-color-blue, #
|
|
8743
|
+
color: var(--cds-tag-color-blue, #0043ce);
|
|
8731
8744
|
}
|
|
8732
8745
|
.cds--tag--blue.cds--tag--operational {
|
|
8733
8746
|
border: 1px solid var(--cds-tag-border-blue, #78a9ff);
|
|
@@ -8741,7 +8754,7 @@ fieldset[disabled] .cds--form__helper-text {
|
|
|
8741
8754
|
|
|
8742
8755
|
.cds--tag--cyan {
|
|
8743
8756
|
background-color: var(--cds-tag-background-cyan, #bae6ff);
|
|
8744
|
-
color: var(--cds-tag-color-cyan, #
|
|
8757
|
+
color: var(--cds-tag-color-cyan, #00539a);
|
|
8745
8758
|
}
|
|
8746
8759
|
.cds--tag--cyan.cds--tag--operational {
|
|
8747
8760
|
border: 1px solid var(--cds-tag-border-cyan, #33b1ff);
|
|
@@ -8755,7 +8768,7 @@ fieldset[disabled] .cds--form__helper-text {
|
|
|
8755
8768
|
|
|
8756
8769
|
.cds--tag--teal {
|
|
8757
8770
|
background-color: var(--cds-tag-background-teal, #9ef0f0);
|
|
8758
|
-
color: var(--cds-tag-color-teal, #
|
|
8771
|
+
color: var(--cds-tag-color-teal, #005d5d);
|
|
8759
8772
|
}
|
|
8760
8773
|
.cds--tag--teal.cds--tag--operational {
|
|
8761
8774
|
border: 1px solid var(--cds-tag-border-teal, #08bdba);
|
|
@@ -8769,7 +8782,7 @@ fieldset[disabled] .cds--form__helper-text {
|
|
|
8769
8782
|
|
|
8770
8783
|
.cds--tag--green {
|
|
8771
8784
|
background-color: var(--cds-tag-background-green, #a7f0ba);
|
|
8772
|
-
color: var(--cds-tag-color-green, #
|
|
8785
|
+
color: var(--cds-tag-color-green, #0e6027);
|
|
8773
8786
|
}
|
|
8774
8787
|
.cds--tag--green.cds--tag--operational {
|
|
8775
8788
|
border: 1px solid var(--cds-tag-border-green, #42be65);
|
|
@@ -8994,6 +9007,7 @@ fieldset[disabled] .cds--form__helper-text {
|
|
|
8994
9007
|
block-size: 100%;
|
|
8995
9008
|
content: "";
|
|
8996
9009
|
inline-size: 100%;
|
|
9010
|
+
inset-inline-start: 0;
|
|
8997
9011
|
will-change: transform-origin, transform, opacity;
|
|
8998
9012
|
}
|
|
8999
9013
|
@media (prefers-reduced-motion: reduce) {
|
|
@@ -9031,7 +9045,10 @@ fieldset[disabled] .cds--form__helper-text {
|
|
|
9031
9045
|
border-color: currentColor;
|
|
9032
9046
|
}
|
|
9033
9047
|
|
|
9034
|
-
|
|
9048
|
+
.cds--tag--filter .cds--slug {
|
|
9049
|
+
min-inline-size: 2.00875rem;
|
|
9050
|
+
}
|
|
9051
|
+
|
|
9035
9052
|
@media screen and (-ms-high-contrast: active), (forced-colors: active) {
|
|
9036
9053
|
.cds--tag {
|
|
9037
9054
|
outline: 1px solid transparent;
|
|
@@ -9064,7 +9081,6 @@ fieldset[disabled] .cds--form__helper-text {
|
|
|
9064
9081
|
max-inline-size: 9.875rem;
|
|
9065
9082
|
}
|
|
9066
9083
|
|
|
9067
|
-
/* stylelint-enable */
|
|
9068
9084
|
.cds--interactive--tag-children {
|
|
9069
9085
|
display: inline-flex;
|
|
9070
9086
|
max-inline-size: 12.5rem;
|
|
@@ -9608,7 +9624,7 @@ fieldset[disabled] .cds--form__helper-text {
|
|
|
9608
9624
|
display: none;
|
|
9609
9625
|
background-color: var(--cds-layer);
|
|
9610
9626
|
inline-size: 100%;
|
|
9611
|
-
inset-inline: 0
|
|
9627
|
+
inset-inline: 0;
|
|
9612
9628
|
overflow-y: auto;
|
|
9613
9629
|
transition: max-height 110ms cubic-bezier(0.2, 0, 0.38, 0.9);
|
|
9614
9630
|
}
|
|
@@ -10518,7 +10534,7 @@ fieldset[disabled] .cds--form__helper-text {
|
|
|
10518
10534
|
block-size: 1px;
|
|
10519
10535
|
content: "";
|
|
10520
10536
|
inset-block-end: 0;
|
|
10521
|
-
inset-inline: 0
|
|
10537
|
+
inset-inline: 0;
|
|
10522
10538
|
}
|
|
10523
10539
|
|
|
10524
10540
|
.cds--contained-list--inset-rulers .cds--contained-list-item:not(:last-of-type)::before {
|
|
@@ -10565,7 +10581,7 @@ fieldset[disabled] .cds--form__helper-text {
|
|
|
10565
10581
|
display: flex;
|
|
10566
10582
|
justify-content: flex-end;
|
|
10567
10583
|
inset-block-start: 0;
|
|
10568
|
-
inset-inline: 0
|
|
10584
|
+
inset-inline: 0;
|
|
10569
10585
|
pointer-events: none;
|
|
10570
10586
|
}
|
|
10571
10587
|
|
|
@@ -11097,6 +11113,7 @@ fieldset[disabled] .cds--form__helper-text {
|
|
|
11097
11113
|
block-size: 100%;
|
|
11098
11114
|
content: "";
|
|
11099
11115
|
inline-size: 100%;
|
|
11116
|
+
inset-inline-start: 0;
|
|
11100
11117
|
will-change: transform-origin, transform, opacity;
|
|
11101
11118
|
}
|
|
11102
11119
|
@media (prefers-reduced-motion: reduce) {
|
|
@@ -11405,7 +11422,7 @@ fieldset[disabled] .cds--form__helper-text {
|
|
|
11405
11422
|
.cds--data-table--xs td.cds--table-column-menu,
|
|
11406
11423
|
.cds--data-table--sm td.cds--table-column-menu {
|
|
11407
11424
|
block-size: 1.5rem;
|
|
11408
|
-
padding-block: 0
|
|
11425
|
+
padding-block: 0;
|
|
11409
11426
|
}
|
|
11410
11427
|
|
|
11411
11428
|
.cds--data-table--sm td.cds--table-column-menu {
|
|
@@ -11595,7 +11612,7 @@ tr.cds--data-table--selected:last-of-type td {
|
|
|
11595
11612
|
|
|
11596
11613
|
.cds--data-table.cds--data-table--xs:not(.cds--data-table--top-aligned-body) td.cds--table-column-checkbox,
|
|
11597
11614
|
.cds--data-table.cds--data-table--xs:not(.cds--data-table--top-aligned-header) th.cds--table-column-checkbox {
|
|
11598
|
-
padding-block: 0
|
|
11615
|
+
padding-block: 0;
|
|
11599
11616
|
}
|
|
11600
11617
|
|
|
11601
11618
|
.cds--data-table.cds--data-table--xs .cds--table-column-checkbox .cds--checkbox-label {
|
|
@@ -11776,7 +11793,7 @@ tr.cds--data-table--selected:last-of-type td {
|
|
|
11776
11793
|
.cds--data-table--sticky-header tbody::-webkit-scrollbar {
|
|
11777
11794
|
display: none;
|
|
11778
11795
|
}
|
|
11779
|
-
|
|
11796
|
+
@document url-prefix() {
|
|
11780
11797
|
.cds--data-table--sticky-header thead,
|
|
11781
11798
|
.cds--data-table--sticky-header tbody {
|
|
11782
11799
|
scrollbar-width: none;
|
|
@@ -12317,6 +12334,7 @@ tr.cds--parent-row:not(.cds--expandable-row):not(:first-of-type) td.cds--table-c
|
|
|
12317
12334
|
block-size: 100%;
|
|
12318
12335
|
content: "";
|
|
12319
12336
|
inline-size: 100%;
|
|
12337
|
+
inset-inline-start: 0;
|
|
12320
12338
|
will-change: transform-origin, transform, opacity;
|
|
12321
12339
|
}
|
|
12322
12340
|
@media (prefers-reduced-motion: reduce) {
|
|
@@ -12776,7 +12794,7 @@ tr.cds--parent-row:not(.cds--expandable-row):not(:first-of-type) td.cds--table-c
|
|
|
12776
12794
|
background-color: var(--cds-background-brand, #0f62fe);
|
|
12777
12795
|
clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
|
|
12778
12796
|
inset-block-end: 0;
|
|
12779
|
-
inset-inline: 0
|
|
12797
|
+
inset-inline: 0;
|
|
12780
12798
|
opacity: 0;
|
|
12781
12799
|
pointer-events: none;
|
|
12782
12800
|
transform: translate3d(0, 48px, 0);
|
|
@@ -12991,7 +13009,7 @@ tr.cds--parent-row:not(.cds--expandable-row):not(:first-of-type) td.cds--table-c
|
|
|
12991
13009
|
.cds--table-toolbar--sm .cds--btn--primary {
|
|
12992
13010
|
block-size: 2rem;
|
|
12993
13011
|
min-block-size: auto;
|
|
12994
|
-
padding-block: 0.375rem
|
|
13012
|
+
padding-block: 0.375rem;
|
|
12995
13013
|
}
|
|
12996
13014
|
|
|
12997
13015
|
.cds--table-toolbar--sm .cds--btn--primary.cds--batch-summary__cancel::before {
|
|
@@ -13025,7 +13043,7 @@ tr.cds--parent-row:not(.cds--expandable-row) + tr[data-child-row] {
|
|
|
13025
13043
|
tr.cds--parent-row:not(.cds--expandable-row) + tr[data-child-row] td {
|
|
13026
13044
|
border: 0;
|
|
13027
13045
|
background-color: var(--cds-layer-hover);
|
|
13028
|
-
padding-block: 0
|
|
13046
|
+
padding-block: 0;
|
|
13029
13047
|
transition: padding 150ms cubic-bezier(0.2, 0, 0.38, 0.9), background-color 70ms cubic-bezier(0.2, 0, 0.38, 0.9);
|
|
13030
13048
|
}
|
|
13031
13049
|
|
|
@@ -13394,6 +13412,7 @@ tr.cds--parent-row.cds--data-table--selected.cds--expandable-row--hover + tr[dat
|
|
|
13394
13412
|
block-size: 100%;
|
|
13395
13413
|
content: "";
|
|
13396
13414
|
inline-size: 100%;
|
|
13415
|
+
inset-inline-start: 0;
|
|
13397
13416
|
will-change: transform-origin, transform, opacity;
|
|
13398
13417
|
}
|
|
13399
13418
|
@media (prefers-reduced-motion: reduce) {
|
|
@@ -13447,6 +13466,7 @@ tr.cds--parent-row.cds--data-table--selected.cds--expandable-row--hover + tr[dat
|
|
|
13447
13466
|
block-size: 100%;
|
|
13448
13467
|
content: "";
|
|
13449
13468
|
inline-size: 100%;
|
|
13469
|
+
inset-inline-start: 0;
|
|
13450
13470
|
will-change: transform-origin, transform, opacity;
|
|
13451
13471
|
}
|
|
13452
13472
|
@media (prefers-reduced-motion: reduce) {
|
|
@@ -13478,6 +13498,7 @@ tr.cds--parent-row.cds--data-table--selected.cds--expandable-row--hover + tr[dat
|
|
|
13478
13498
|
block-size: 100%;
|
|
13479
13499
|
content: "";
|
|
13480
13500
|
inline-size: 100%;
|
|
13501
|
+
inset-inline-start: 0;
|
|
13481
13502
|
will-change: transform-origin, transform, opacity;
|
|
13482
13503
|
}
|
|
13483
13504
|
@media (prefers-reduced-motion: reduce) {
|
|
@@ -13580,7 +13601,7 @@ th .cds--table-sort__flex {
|
|
|
13580
13601
|
|
|
13581
13602
|
.cds--data-table.cds--data-table--top-aligned-header.cds--data-table--sm th.cds--table-sort__header .cds--table-sort__flex .cds--table-header-label,
|
|
13582
13603
|
.cds--data-table.cds--data-table--top-aligned-header.cds--data-table--xs th.cds--table-sort__header .cds--table-sort__flex .cds--table-header-label {
|
|
13583
|
-
padding-block: 0
|
|
13604
|
+
padding-block: 0;
|
|
13584
13605
|
}
|
|
13585
13606
|
|
|
13586
13607
|
.cds--data-table.cds--data-table--top-aligned-header.cds--data-table--sm th.cds--table-sort__header {
|
|
@@ -14480,6 +14501,7 @@ th .cds--table-sort__flex {
|
|
|
14480
14501
|
block-size: 100%;
|
|
14481
14502
|
content: "";
|
|
14482
14503
|
inline-size: 100%;
|
|
14504
|
+
inset-inline-start: 0;
|
|
14483
14505
|
will-change: transform-origin, transform, opacity;
|
|
14484
14506
|
}
|
|
14485
14507
|
@media (prefers-reduced-motion: reduce) {
|
|
@@ -14518,6 +14540,7 @@ th .cds--table-sort__flex {
|
|
|
14518
14540
|
block-size: 100%;
|
|
14519
14541
|
content: "";
|
|
14520
14542
|
inline-size: 100%;
|
|
14543
|
+
inset-inline-start: 0;
|
|
14521
14544
|
will-change: transform-origin, transform, opacity;
|
|
14522
14545
|
}
|
|
14523
14546
|
@media (prefers-reduced-motion: reduce) {
|
|
@@ -14989,6 +15012,7 @@ button.cds--dropdown-text:focus {
|
|
|
14989
15012
|
block-size: 100%;
|
|
14990
15013
|
content: "";
|
|
14991
15014
|
inline-size: 100%;
|
|
15015
|
+
inset-inline-start: 0;
|
|
14992
15016
|
will-change: transform-origin, transform, opacity;
|
|
14993
15017
|
}
|
|
14994
15018
|
@media (prefers-reduced-motion: reduce) {
|
|
@@ -15371,7 +15395,7 @@ button.cds--dropdown-text:focus {
|
|
|
15371
15395
|
inline-size: -webkit-fill-available;
|
|
15372
15396
|
padding-inline-start: 1rem;
|
|
15373
15397
|
}
|
|
15374
|
-
|
|
15398
|
+
@document url-prefix() {
|
|
15375
15399
|
.cds--file__selected-file .cds--file-filename-container-wrap-invalid .cds--file-filename-tooltip {
|
|
15376
15400
|
inline-size: -moz-available;
|
|
15377
15401
|
}
|
|
@@ -15379,7 +15403,7 @@ button.cds--dropdown-text:focus {
|
|
|
15379
15403
|
.cds--file__selected-file .cds--file-filename-tooltip {
|
|
15380
15404
|
inline-size: -webkit-fill-available;
|
|
15381
15405
|
}
|
|
15382
|
-
|
|
15406
|
+
@document url-prefix() {
|
|
15383
15407
|
.cds--file__selected-file .cds--file-filename-tooltip {
|
|
15384
15408
|
inline-size: -moz-available;
|
|
15385
15409
|
}
|
|
@@ -15401,7 +15425,7 @@ button.cds--dropdown-text:focus {
|
|
|
15401
15425
|
text-overflow: ellipsis;
|
|
15402
15426
|
white-space: nowrap;
|
|
15403
15427
|
}
|
|
15404
|
-
|
|
15428
|
+
@document url-prefix() {
|
|
15405
15429
|
.cds--file__selected-file .cds--file-filename-button {
|
|
15406
15430
|
inline-size: -moz-available;
|
|
15407
15431
|
}
|
|
@@ -15621,7 +15645,6 @@ button.cds--dropdown-text:focus {
|
|
|
15621
15645
|
outline-offset: -2px;
|
|
15622
15646
|
}
|
|
15623
15647
|
|
|
15624
|
-
/* stylelint-disable */
|
|
15625
15648
|
@media screen and (-ms-high-contrast: active), (forced-colors: active) {
|
|
15626
15649
|
.cds--file__selected-file {
|
|
15627
15650
|
outline: 1px solid transparent;
|
|
@@ -15634,7 +15657,6 @@ button.cds--dropdown-text:focus {
|
|
|
15634
15657
|
}
|
|
15635
15658
|
}
|
|
15636
15659
|
|
|
15637
|
-
/* stylelint-enable */
|
|
15638
15660
|
.cds--list-box__wrapper--fluid.cds--list-box__wrapper {
|
|
15639
15661
|
position: relative;
|
|
15640
15662
|
background: var(--cds-field);
|
|
@@ -16900,6 +16922,7 @@ button.cds--dropdown-text:focus {
|
|
|
16900
16922
|
block-size: 100%;
|
|
16901
16923
|
content: "";
|
|
16902
16924
|
inline-size: 100%;
|
|
16925
|
+
inset-inline-start: 0;
|
|
16903
16926
|
will-change: transform-origin, transform, opacity;
|
|
16904
16927
|
}
|
|
16905
16928
|
@media (prefers-reduced-motion: reduce) {
|
|
@@ -16911,7 +16934,6 @@ button.cds--dropdown-text:focus {
|
|
|
16911
16934
|
display: none;
|
|
16912
16935
|
}
|
|
16913
16936
|
|
|
16914
|
-
/* stylelint-disable */
|
|
16915
16937
|
@media screen and (-ms-high-contrast: active), (forced-colors: active) {
|
|
16916
16938
|
.cds--number__control-btn:hover,
|
|
16917
16939
|
.cds--number__control-btn:focus {
|
|
@@ -16932,7 +16954,6 @@ button.cds--dropdown-text:focus {
|
|
|
16932
16954
|
}
|
|
16933
16955
|
}
|
|
16934
16956
|
|
|
16935
|
-
/* stylelint-enable */
|
|
16936
16957
|
.cds--number-input--fluid {
|
|
16937
16958
|
position: relative;
|
|
16938
16959
|
background: var(--cds-field);
|
|
@@ -17284,7 +17305,7 @@ button.cds--dropdown-text:focus {
|
|
|
17284
17305
|
.cds--select-input::-ms-expand {
|
|
17285
17306
|
display: none;
|
|
17286
17307
|
}
|
|
17287
|
-
|
|
17308
|
+
@document url-prefix() {
|
|
17288
17309
|
.cds--select-input:-moz-focusring, .cds--select-input::-moz-focus-inner {
|
|
17289
17310
|
background-image: none;
|
|
17290
17311
|
color: transparent;
|
|
@@ -17479,6 +17500,7 @@ optgroup.cds--select-optgroup:disabled,
|
|
|
17479
17500
|
block-size: 100%;
|
|
17480
17501
|
content: "";
|
|
17481
17502
|
inline-size: 100%;
|
|
17503
|
+
inset-inline-start: 0;
|
|
17482
17504
|
will-change: transform-origin, transform, opacity;
|
|
17483
17505
|
}
|
|
17484
17506
|
@media (prefers-reduced-motion: reduce) {
|
|
@@ -17890,6 +17912,7 @@ optgroup.cds--select-optgroup:disabled,
|
|
|
17890
17912
|
block-size: 100%;
|
|
17891
17913
|
content: "";
|
|
17892
17914
|
inline-size: 100%;
|
|
17915
|
+
inset-inline-start: 0;
|
|
17893
17916
|
will-change: transform-origin, transform, opacity;
|
|
17894
17917
|
}
|
|
17895
17918
|
@media (prefers-reduced-motion: reduce) {
|
|
@@ -19039,7 +19062,6 @@ optgroup.cds--select-optgroup:disabled,
|
|
|
19039
19062
|
display: none;
|
|
19040
19063
|
}
|
|
19041
19064
|
|
|
19042
|
-
/* stylelint-disable no-duplicate-selectors */
|
|
19043
19065
|
@media screen and (-ms-high-contrast: active), (forced-colors: active) {
|
|
19044
19066
|
.cds--modal-close__icon {
|
|
19045
19067
|
fill: ButtonText;
|
|
@@ -19053,7 +19075,6 @@ optgroup.cds--select-optgroup:disabled,
|
|
|
19053
19075
|
}
|
|
19054
19076
|
}
|
|
19055
19077
|
|
|
19056
|
-
/* stylelint-enable no-duplicate-selectors */
|
|
19057
19078
|
.cds--inline-notification {
|
|
19058
19079
|
position: relative;
|
|
19059
19080
|
display: flex;
|
|
@@ -19382,7 +19403,6 @@ optgroup.cds--select-optgroup:disabled,
|
|
|
19382
19403
|
fill: var(--cds-icon-primary, #161616);
|
|
19383
19404
|
}
|
|
19384
19405
|
|
|
19385
|
-
/* stylelint-disable */
|
|
19386
19406
|
@media screen and (-ms-high-contrast: active), (forced-colors: active) {
|
|
19387
19407
|
.cds--inline-notification {
|
|
19388
19408
|
outline: 1px solid transparent;
|
|
@@ -19409,7 +19429,6 @@ optgroup.cds--select-optgroup:disabled,
|
|
|
19409
19429
|
}
|
|
19410
19430
|
}
|
|
19411
19431
|
|
|
19412
|
-
/* stylelint-enable */
|
|
19413
19432
|
.cds--toast-notification {
|
|
19414
19433
|
display: flex;
|
|
19415
19434
|
block-size: auto;
|
|
@@ -19659,7 +19678,6 @@ optgroup.cds--select-optgroup:disabled,
|
|
|
19659
19678
|
color: var(--cds-text-primary, #161616);
|
|
19660
19679
|
}
|
|
19661
19680
|
|
|
19662
|
-
/* stylelint-disable */
|
|
19663
19681
|
@media screen and (-ms-high-contrast: active), (forced-colors: active) {
|
|
19664
19682
|
.cds--toast-notification {
|
|
19665
19683
|
outline: 1px solid transparent;
|
|
@@ -19685,7 +19703,6 @@ optgroup.cds--select-optgroup:disabled,
|
|
|
19685
19703
|
}
|
|
19686
19704
|
}
|
|
19687
19705
|
|
|
19688
|
-
/* stylelint-enable */
|
|
19689
19706
|
.cds--actionable-notification {
|
|
19690
19707
|
position: relative;
|
|
19691
19708
|
display: flex;
|
|
@@ -20137,7 +20154,6 @@ optgroup.cds--select-optgroup:disabled,
|
|
|
20137
20154
|
fill: var(--cds-icon-primary, #161616);
|
|
20138
20155
|
}
|
|
20139
20156
|
|
|
20140
|
-
/* stylelint-disable */
|
|
20141
20157
|
@media screen and (-ms-high-contrast: active), (forced-colors: active) {
|
|
20142
20158
|
.cds--actionable-notification {
|
|
20143
20159
|
outline: 1px solid transparent;
|
|
@@ -20160,7 +20176,6 @@ optgroup.cds--select-optgroup:disabled,
|
|
|
20160
20176
|
}
|
|
20161
20177
|
}
|
|
20162
20178
|
|
|
20163
|
-
/* stylelint-enable */
|
|
20164
20179
|
.cds--data-table-container + .cds--pagination {
|
|
20165
20180
|
border-block-start: 0;
|
|
20166
20181
|
}
|
|
@@ -20776,7 +20791,7 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
|
20776
20791
|
max-block-size: var(--cds-layout-size-height-local);
|
|
20777
20792
|
text-indent: calc(50% - 4.5px);
|
|
20778
20793
|
}
|
|
20779
|
-
|
|
20794
|
+
@document url-prefix() {
|
|
20780
20795
|
.cds--pagination-nav__page--select {
|
|
20781
20796
|
text-indent: 0;
|
|
20782
20797
|
}
|
|
@@ -21278,6 +21293,7 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
|
21278
21293
|
block-size: 100%;
|
|
21279
21294
|
content: "";
|
|
21280
21295
|
inline-size: 100%;
|
|
21296
|
+
inset-inline-start: 0;
|
|
21281
21297
|
will-change: transform-origin, transform, opacity;
|
|
21282
21298
|
}
|
|
21283
21299
|
@media (prefers-reduced-motion: reduce) {
|
|
@@ -21373,6 +21389,7 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
|
21373
21389
|
block-size: 100%;
|
|
21374
21390
|
content: "";
|
|
21375
21391
|
inline-size: 100%;
|
|
21392
|
+
inset-inline-start: 0;
|
|
21376
21393
|
will-change: transform-origin, transform, opacity;
|
|
21377
21394
|
}
|
|
21378
21395
|
@media (prefers-reduced-motion: reduce) {
|
|
@@ -21403,6 +21420,7 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
|
21403
21420
|
block-size: 100%;
|
|
21404
21421
|
content: "";
|
|
21405
21422
|
inline-size: 100%;
|
|
21423
|
+
inset-inline-start: 0;
|
|
21406
21424
|
will-change: transform-origin, transform, opacity;
|
|
21407
21425
|
}
|
|
21408
21426
|
@media (prefers-reduced-motion: reduce) {
|
|
@@ -21434,6 +21452,7 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
|
21434
21452
|
block-size: 100%;
|
|
21435
21453
|
content: "";
|
|
21436
21454
|
inline-size: 100%;
|
|
21455
|
+
inset-inline-start: 0;
|
|
21437
21456
|
will-change: transform-origin, transform, opacity;
|
|
21438
21457
|
}
|
|
21439
21458
|
@media (prefers-reduced-motion: reduce) {
|
|
@@ -21773,17 +21792,34 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
|
21773
21792
|
}
|
|
21774
21793
|
.cds--slider--disabled .cds--slider__thumb:hover {
|
|
21775
21794
|
cursor: not-allowed;
|
|
21776
|
-
transform:
|
|
21795
|
+
transform: none;
|
|
21777
21796
|
}
|
|
21778
21797
|
.cds--slider--disabled .cds--slider__thumb:focus {
|
|
21779
21798
|
background-color: var(--cds-border-disabled, #c6c6c6);
|
|
21780
21799
|
box-shadow: none;
|
|
21781
21800
|
outline: none;
|
|
21782
|
-
transform:
|
|
21801
|
+
transform: none;
|
|
21783
21802
|
}
|
|
21784
21803
|
.cds--slider--disabled .cds--slider__thumb:active {
|
|
21785
21804
|
background: var(--cds-border-disabled, #c6c6c6);
|
|
21786
|
-
|
|
21805
|
+
box-shadow: none;
|
|
21806
|
+
transform: none;
|
|
21807
|
+
}
|
|
21808
|
+
|
|
21809
|
+
.cds--slider--disabled .cds--slider__thumb--lower,
|
|
21810
|
+
.cds--slider--disabled .cds--slider__thumb--upper {
|
|
21811
|
+
background-color: transparent;
|
|
21812
|
+
}
|
|
21813
|
+
.cds--slider--disabled .cds--slider__thumb--lower:active, .cds--slider--disabled .cds--slider__thumb--lower:hover, .cds--slider--disabled .cds--slider__thumb--lower:focus,
|
|
21814
|
+
.cds--slider--disabled .cds--slider__thumb--upper:active,
|
|
21815
|
+
.cds--slider--disabled .cds--slider__thumb--upper:hover,
|
|
21816
|
+
.cds--slider--disabled .cds--slider__thumb--upper:focus {
|
|
21817
|
+
background-color: transparent;
|
|
21818
|
+
transform: none;
|
|
21819
|
+
}
|
|
21820
|
+
.cds--slider--disabled .cds--slider__thumb--lower .cds--slider__thumb-icon,
|
|
21821
|
+
.cds--slider--disabled .cds--slider__thumb--upper .cds--slider__thumb-icon {
|
|
21822
|
+
fill: var(--cds-border-disabled, #c6c6c6);
|
|
21787
21823
|
}
|
|
21788
21824
|
|
|
21789
21825
|
.cds--slider--disabled .cds--slider__track,
|
|
@@ -21852,6 +21888,7 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
|
21852
21888
|
block-size: 100%;
|
|
21853
21889
|
content: "";
|
|
21854
21890
|
inline-size: 100%;
|
|
21891
|
+
inset-inline-start: 0;
|
|
21855
21892
|
will-change: transform-origin, transform, opacity;
|
|
21856
21893
|
}
|
|
21857
21894
|
@media (prefers-reduced-motion: reduce) {
|
|
@@ -21883,7 +21920,6 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
|
21883
21920
|
position: absolute;
|
|
21884
21921
|
}
|
|
21885
21922
|
|
|
21886
|
-
/* stylelint-disable */
|
|
21887
21923
|
@media screen and (-ms-high-contrast: active), (forced-colors: active) {
|
|
21888
21924
|
.cds--slider__thumb {
|
|
21889
21925
|
outline: 1px solid transparent;
|
|
@@ -21903,7 +21939,6 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
|
21903
21939
|
}
|
|
21904
21940
|
}
|
|
21905
21941
|
|
|
21906
|
-
/* stylelint-enable */
|
|
21907
21942
|
.cds--stack-horizontal {
|
|
21908
21943
|
display: inline-grid;
|
|
21909
21944
|
-moz-column-gap: var(--cds-stack-gap, 0);
|
|
@@ -22188,6 +22223,7 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
|
22188
22223
|
block-size: 100%;
|
|
22189
22224
|
content: "";
|
|
22190
22225
|
inline-size: 100%;
|
|
22226
|
+
inset-inline-start: 0;
|
|
22191
22227
|
will-change: transform-origin, transform, opacity;
|
|
22192
22228
|
}
|
|
22193
22229
|
@media (prefers-reduced-motion: reduce) {
|
|
@@ -22386,6 +22422,12 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
|
22386
22422
|
outline-style: dotted;
|
|
22387
22423
|
}
|
|
22388
22424
|
}
|
|
22425
|
+
.cds--tabs .cds--tab--overflow-nav-button:hover {
|
|
22426
|
+
background-color: var(--cds-background-hover, rgba(141, 141, 141, 0.12));
|
|
22427
|
+
}
|
|
22428
|
+
.cds--tabs .cds--tab--overflow-nav-button:active {
|
|
22429
|
+
background-color: var(--cds-background-active, rgba(141, 141, 141, 0.5));
|
|
22430
|
+
}
|
|
22389
22431
|
.cds--tabs .cds--tab--overflow-nav-button--hidden {
|
|
22390
22432
|
display: none;
|
|
22391
22433
|
}
|
|
@@ -22394,13 +22436,22 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
|
22394
22436
|
background-color: var(--cds-layer-accent);
|
|
22395
22437
|
inline-size: 3rem;
|
|
22396
22438
|
}
|
|
22439
|
+
.cds--tabs.cds--tabs--contained .cds--tab--overflow-nav-button:hover {
|
|
22440
|
+
background-color: var(--cds-layer-accent-hover);
|
|
22441
|
+
}
|
|
22442
|
+
.cds--tabs.cds--tabs--contained .cds--tab--overflow-nav-button:active {
|
|
22443
|
+
background-color: var(--cds-layer-accent-active);
|
|
22444
|
+
}
|
|
22397
22445
|
.cds--tabs .cds--tab--overflow-nav-button svg {
|
|
22398
22446
|
z-index: 2;
|
|
22399
22447
|
fill: var(--cds-icon-primary, #161616);
|
|
22400
22448
|
}
|
|
22449
|
+
.cds--tabs .cds--tab--overflow-nav-button svg:active, .cds--tabs .cds--tab--overflow-nav-button svg:hover {
|
|
22450
|
+
fill: var(--cds-icon-primary, #161616);
|
|
22451
|
+
}
|
|
22401
22452
|
.cds--tabs .cds--tab--overflow-nav-button--next {
|
|
22402
|
-
position:
|
|
22403
|
-
inset-block: 0
|
|
22453
|
+
position: relative;
|
|
22454
|
+
inset-block: 0;
|
|
22404
22455
|
inset-inline-end: 0;
|
|
22405
22456
|
}
|
|
22406
22457
|
.cds--tabs .cds--tab--overflow-nav-button--next::before {
|
|
@@ -22418,9 +22469,9 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
|
22418
22469
|
background: linear-gradient(to left, rgba(255, 255, 255, 0), var(--cds-background, #ffffff));
|
|
22419
22470
|
}
|
|
22420
22471
|
.cds--tabs .cds--tab--overflow-nav-button--previous {
|
|
22421
|
-
position:
|
|
22472
|
+
position: relative;
|
|
22422
22473
|
z-index: 1;
|
|
22423
|
-
inset-block: 0
|
|
22474
|
+
inset-block: 0;
|
|
22424
22475
|
inset-inline-start: 0;
|
|
22425
22476
|
}
|
|
22426
22477
|
.cds--tabs .cds--tab--overflow-nav-button--previous::before {
|
|
@@ -22704,6 +22755,9 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
|
22704
22755
|
.cds--tabs.cds--tabs__icon--default .cds--tab--list, .cds--tabs.cds--tabs__icon--lg .cds--tab--list {
|
|
22705
22756
|
overflow-x: visible;
|
|
22706
22757
|
}
|
|
22758
|
+
.cds--tabs .cds--tabs__nav-item--icon-only {
|
|
22759
|
+
margin-inline-end: 0.0625rem;
|
|
22760
|
+
}
|
|
22707
22761
|
.cds--tabs .cds--tabs__nav-item--icon-only, .cds--tabs.cds--tabs--contained .cds--tabs__nav-item--icon-only {
|
|
22708
22762
|
display: flex;
|
|
22709
22763
|
align-items: center;
|
|
@@ -22909,6 +22963,7 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
|
22909
22963
|
block-size: 100%;
|
|
22910
22964
|
content: "";
|
|
22911
22965
|
inline-size: 100%;
|
|
22966
|
+
inset-inline-start: 0;
|
|
22912
22967
|
will-change: transform-origin, transform, opacity;
|
|
22913
22968
|
}
|
|
22914
22969
|
@media (prefers-reduced-motion: reduce) {
|
|
@@ -23769,6 +23824,7 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
|
23769
23824
|
block-size: 100%;
|
|
23770
23825
|
content: "";
|
|
23771
23826
|
inline-size: 100%;
|
|
23827
|
+
inset-inline-start: 0;
|
|
23772
23828
|
will-change: transform-origin, transform, opacity;
|
|
23773
23829
|
}
|
|
23774
23830
|
@media (prefers-reduced-motion: reduce) {
|
|
@@ -23813,6 +23869,10 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
|
23813
23869
|
cursor: pointer;
|
|
23814
23870
|
}
|
|
23815
23871
|
|
|
23872
|
+
.cds--tree-node--hidden {
|
|
23873
|
+
display: none;
|
|
23874
|
+
}
|
|
23875
|
+
|
|
23816
23876
|
.cds--tree-node__children {
|
|
23817
23877
|
box-sizing: border-box;
|
|
23818
23878
|
padding: 0;
|
|
@@ -24030,7 +24090,7 @@ div:has(.cds--header) ~ .cds--content {
|
|
|
24030
24090
|
block-size: 3rem;
|
|
24031
24091
|
border-block-end: 1px solid var(--cds-border-subtle);
|
|
24032
24092
|
inset-block-start: 0;
|
|
24033
|
-
inset-inline: 0
|
|
24093
|
+
inset-inline: 0;
|
|
24034
24094
|
}
|
|
24035
24095
|
.cds--header *,
|
|
24036
24096
|
.cds--header *::before,
|
|
@@ -24455,7 +24515,7 @@ a.cds--header__menu-item.cds--header__menu-item--current:focus {
|
|
|
24455
24515
|
background-color: var(--cds-background, #ffffff);
|
|
24456
24516
|
color: var(--cds-text-secondary, #525252);
|
|
24457
24517
|
inline-size: 3rem;
|
|
24458
|
-
inset-block: 0
|
|
24518
|
+
inset-block: 0;
|
|
24459
24519
|
inset-inline-start: 0;
|
|
24460
24520
|
max-inline-size: 16rem;
|
|
24461
24521
|
transition: inline-size 0.11s cubic-bezier(0.2, 0, 1, 0.9), transform 0.11s cubic-bezier(0.2, 0, 1, 0.9);
|
|
@@ -24690,7 +24750,7 @@ a.cds--header__menu-item.cds--header__menu-item--current:focus {
|
|
|
24690
24750
|
background-color: var(--cds-border-interactive, #0f62fe);
|
|
24691
24751
|
content: "";
|
|
24692
24752
|
inline-size: 3px;
|
|
24693
|
-
inset-block: 0
|
|
24753
|
+
inset-block: 0;
|
|
24694
24754
|
inset-inline-start: 0;
|
|
24695
24755
|
}
|
|
24696
24756
|
|
|
@@ -24814,7 +24874,7 @@ a.cds--side-nav__link--current::before {
|
|
|
24814
24874
|
background-color: var(--cds-border-interactive, #0f62fe);
|
|
24815
24875
|
content: "";
|
|
24816
24876
|
inline-size: 3px;
|
|
24817
|
-
inset-block: 0
|
|
24877
|
+
inset-block: 0;
|
|
24818
24878
|
inset-inline-start: 0;
|
|
24819
24879
|
}
|
|
24820
24880
|
|
|
@@ -25055,7 +25115,7 @@ div:has(.cds--header) ~ .cds--content {
|
|
|
25055
25115
|
block-size: 3rem;
|
|
25056
25116
|
border-block-end: 1px solid var(--cds-border-subtle);
|
|
25057
25117
|
inset-block-start: 0;
|
|
25058
|
-
inset-inline: 0
|
|
25118
|
+
inset-inline: 0;
|
|
25059
25119
|
}
|
|
25060
25120
|
.cds--header *,
|
|
25061
25121
|
.cds--header *::before,
|
|
@@ -25480,7 +25540,7 @@ a.cds--header__menu-item.cds--header__menu-item--current:focus {
|
|
|
25480
25540
|
background-color: var(--cds-background, #ffffff);
|
|
25481
25541
|
color: var(--cds-text-secondary, #525252);
|
|
25482
25542
|
inline-size: 3rem;
|
|
25483
|
-
inset-block: 0
|
|
25543
|
+
inset-block: 0;
|
|
25484
25544
|
inset-inline-start: 0;
|
|
25485
25545
|
max-inline-size: 16rem;
|
|
25486
25546
|
transition: inline-size 0.11s cubic-bezier(0.2, 0, 1, 0.9), transform 0.11s cubic-bezier(0.2, 0, 1, 0.9);
|
|
@@ -25715,7 +25775,7 @@ a.cds--header__menu-item.cds--header__menu-item--current:focus {
|
|
|
25715
25775
|
background-color: var(--cds-border-interactive, #0f62fe);
|
|
25716
25776
|
content: "";
|
|
25717
25777
|
inline-size: 3px;
|
|
25718
|
-
inset-block: 0
|
|
25778
|
+
inset-block: 0;
|
|
25719
25779
|
inset-inline-start: 0;
|
|
25720
25780
|
}
|
|
25721
25781
|
|
|
@@ -25839,7 +25899,7 @@ a.cds--side-nav__link--current::before {
|
|
|
25839
25899
|
background-color: var(--cds-border-interactive, #0f62fe);
|
|
25840
25900
|
content: "";
|
|
25841
25901
|
inline-size: 3px;
|
|
25842
|
-
inset-block: 0
|
|
25902
|
+
inset-block: 0;
|
|
25843
25903
|
inset-inline-start: 0;
|
|
25844
25904
|
}
|
|
25845
25905
|
|