@carbon/ibm-products-styles 2.70.0-rc.0 → 2.71.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/index-full-carbon.css +351 -80
- package/css/index-full-carbon.css.map +1 -1
- package/css/index-full-carbon.min.css +1 -1
- package/css/index-full-carbon.min.css.map +1 -1
- package/css/index-without-carbon-released-only.css +2 -17
- package/css/index-without-carbon-released-only.css.map +1 -1
- package/css/index-without-carbon-released-only.min.css +1 -1
- package/css/index-without-carbon-released-only.min.css.map +1 -1
- package/css/index-without-carbon.css +2 -17
- package/css/index-without-carbon.css.map +1 -1
- package/css/index-without-carbon.min.css +1 -1
- package/css/index-without-carbon.min.css.map +1 -1
- package/css/index.css +204 -60
- package/css/index.css.map +1 -1
- package/css/index.min.css +1 -1
- package/css/index.min.css.map +1 -1
- package/package.json +9 -9
- package/scss/components/SidePanel/_side-panel.scss +1 -13
- package/scss/components/TagSet/_tag-set.scss +0 -6
|
@@ -3676,6 +3676,7 @@ p.c4p--about-modal__copyright-text:first-child {
|
|
|
3676
3676
|
-webkit-line-clamp: 2;
|
|
3677
3677
|
/* stylelint-disable-next-line carbon/layout-use -- custom css property set below */
|
|
3678
3678
|
padding-inline-end: var(--c4p--side-panel--title-padding-right);
|
|
3679
|
+
word-break: break-all;
|
|
3679
3680
|
opacity: calc(1 - var(--c4p--side-panel--scroll-animation-progress));
|
|
3680
3681
|
}
|
|
3681
3682
|
.c4p--side-panel .c4p--side-panel__title--no-label .c4p--side-panel__title-text {
|
|
@@ -3707,6 +3708,7 @@ p.c4p--about-modal__copyright-text:first-child {
|
|
|
3707
3708
|
-webkit-line-clamp: 2;
|
|
3708
3709
|
/* stylelint-disable-next-line carbon/layout-use -- custom css property set below */
|
|
3709
3710
|
padding-inline-end: var(--c4p--side-panel--title-padding-right);
|
|
3711
|
+
word-break: break-all;
|
|
3710
3712
|
position: absolute;
|
|
3711
3713
|
inset-block-start: 0;
|
|
3712
3714
|
opacity: var(--c4p--side-panel--scroll-animation-progress);
|
|
@@ -3836,18 +3838,6 @@ p.c4p--about-modal__copyright-text:first-child {
|
|
|
3836
3838
|
block-size: var(--c4p--side-panel--actions-height);
|
|
3837
3839
|
}
|
|
3838
3840
|
|
|
3839
|
-
.c4p--side-panel .cds--text-input,
|
|
3840
|
-
.c4p--side-panel .cds--text-area,
|
|
3841
|
-
.c4p--side-panel .cds--search-input,
|
|
3842
|
-
.c4p--side-panel .cds--select-input,
|
|
3843
|
-
.c4p--side-panel .cds--multi-select,
|
|
3844
|
-
.c4p--side-panel .cds--dropdown,
|
|
3845
|
-
.c4p--side-panel .cds--dropdown-list,
|
|
3846
|
-
.c4p--side-panel .cds--number input[type=number],
|
|
3847
|
-
.c4p--side-panel .cds--date-picker__input {
|
|
3848
|
-
background-color: var(--cds-field-02, #ffffff);
|
|
3849
|
-
}
|
|
3850
|
-
|
|
3851
3841
|
@keyframes side-panel-overlay-entrance {
|
|
3852
3842
|
0% {
|
|
3853
3843
|
opacity: 0;
|
|
@@ -7316,11 +7306,6 @@ button.c4p--add-select__global-filter-toggle--open {
|
|
|
7316
7306
|
min-inline-size: initial;
|
|
7317
7307
|
text-align: start;
|
|
7318
7308
|
}
|
|
7319
|
-
.c4p--tag-set-overflow__tagset-popover .c4p--tag-set-overflow__popover-trigger {
|
|
7320
|
-
/* stylelint-disable-next-line declaration-no-important */
|
|
7321
|
-
border: none !important;
|
|
7322
|
-
font-family: inherit;
|
|
7323
|
-
}
|
|
7324
7309
|
.c4p--tag-set-overflow__tagset-popover .c4p--tag-set-overflow__show-all-tags-link.cds--link:visited {
|
|
7325
7310
|
display: inline-block;
|
|
7326
7311
|
margin: 0.5rem 0 0.25rem;
|
|
@@ -20938,6 +20923,7 @@ em {
|
|
|
20938
20923
|
}
|
|
20939
20924
|
|
|
20940
20925
|
.cds--accordion__heading[disabled] {
|
|
20926
|
+
background-color: transparent;
|
|
20941
20927
|
color: var(--cds-text-disabled, rgba(22, 22, 22, 0.25));
|
|
20942
20928
|
cursor: not-allowed;
|
|
20943
20929
|
}
|
|
@@ -21744,7 +21730,7 @@ li.cds--accordion__item--disabled:last-of-type {
|
|
|
21744
21730
|
}
|
|
21745
21731
|
|
|
21746
21732
|
.cds--btn {
|
|
21747
|
-
--cds-layout-size-height-local: clamp(max(var(--cds-layout-size-height-min), var(--cds-layout-size-height-
|
|
21733
|
+
--cds-layout-size-height-local: clamp(max(var(--cds-layout-size-height-min), var(--cds-layout-size-height-xs)), var(--cds-layout-size-height, var(--cds-layout-size-height-lg)), min(var(--cds-layout-size-height-max), var(--cds-layout-size-height-2xl)));
|
|
21748
21734
|
--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));
|
|
21749
21735
|
--temp-1lh: (
|
|
21750
21736
|
var(--cds-body-compact-01-line-height, 1.28572) * 1em
|
|
@@ -21945,11 +21931,12 @@ li.cds--accordion__item--disabled:last-of-type {
|
|
|
21945
21931
|
}
|
|
21946
21932
|
|
|
21947
21933
|
.cds--btn--icon-only {
|
|
21934
|
+
align-items: center;
|
|
21948
21935
|
justify-content: center;
|
|
21949
21936
|
padding: 0;
|
|
21950
21937
|
block-size: var(--cds-layout-size-height-local);
|
|
21951
21938
|
inline-size: var(--cds-layout-size-height-local);
|
|
21952
|
-
padding-block-start:
|
|
21939
|
+
padding-block-start: 0;
|
|
21953
21940
|
}
|
|
21954
21941
|
.cds--btn--icon-only > :first-child {
|
|
21955
21942
|
min-inline-size: 1rem;
|
|
@@ -21964,6 +21951,11 @@ li.cds--accordion__item--disabled:last-of-type {
|
|
|
21964
21951
|
padding-inline-end: calc(var(--cds-layout-density-padding-inline-local) - 1rem);
|
|
21965
21952
|
}
|
|
21966
21953
|
|
|
21954
|
+
.cds--btn--xs:not(.cds--btn--icon-only) {
|
|
21955
|
+
padding-block-start: 1.5px;
|
|
21956
|
+
}
|
|
21957
|
+
|
|
21958
|
+
.cds--btn--xs:not(.cds--btn--icon-only) .cds--btn__icon,
|
|
21967
21959
|
.cds--btn--sm:not(.cds--btn--icon-only) .cds--btn__icon,
|
|
21968
21960
|
.cds--btn--md:not(.cds--btn--icon-only) .cds--btn__icon {
|
|
21969
21961
|
margin-block-start: 0;
|
|
@@ -22149,6 +22141,15 @@ li.cds--accordion__item--disabled:last-of-type {
|
|
|
22149
22141
|
animation: none;
|
|
22150
22142
|
}
|
|
22151
22143
|
}
|
|
22144
|
+
@media screen and (-ms-high-contrast: active), (forced-colors: active) {
|
|
22145
|
+
.cds--btn.cds--skeleton {
|
|
22146
|
+
background: CanvasText;
|
|
22147
|
+
}
|
|
22148
|
+
.cds--btn.cds--skeleton::before {
|
|
22149
|
+
background: Canvas;
|
|
22150
|
+
forced-color-adjust: none;
|
|
22151
|
+
}
|
|
22152
|
+
}
|
|
22152
22153
|
|
|
22153
22154
|
.cds--btn-set {
|
|
22154
22155
|
display: flex;
|
|
@@ -23275,7 +23276,7 @@ li.cds--accordion__item--disabled:last-of-type {
|
|
|
23275
23276
|
}
|
|
23276
23277
|
.cds--overflow-menu:hover,
|
|
23277
23278
|
.cds--overflow-menu__trigger:hover {
|
|
23278
|
-
background-color: var(--cds-
|
|
23279
|
+
background-color: var(--cds-background-hover, rgba(141, 141, 141, 0.12));
|
|
23279
23280
|
}
|
|
23280
23281
|
|
|
23281
23282
|
.cds--overflow-menu > :first-child {
|
|
@@ -23371,14 +23372,14 @@ li.cds--accordion__item--disabled:last-of-type {
|
|
|
23371
23372
|
}
|
|
23372
23373
|
|
|
23373
23374
|
.cds--overflow-menu-options--light {
|
|
23374
|
-
background-color: var(--cds-layer);
|
|
23375
|
+
background-color: var(--cds-layer-hover);
|
|
23375
23376
|
}
|
|
23376
23377
|
.cds--overflow-menu-options--light::after {
|
|
23377
23378
|
background-color: var(--cds-layer);
|
|
23378
23379
|
}
|
|
23379
23380
|
|
|
23380
23381
|
.cds--overflow-menu.cds--overflow-menu--light.cds--overflow-menu--open:hover {
|
|
23381
|
-
background-color: var(--cds-layer);
|
|
23382
|
+
background-color: var(--cds-layer-hover);
|
|
23382
23383
|
}
|
|
23383
23384
|
|
|
23384
23385
|
.cds--overflow-menu-options[data-floating-menu-direction=bottom]:not(.cds--breadcrumb-menu-options)::after {
|
|
@@ -23818,6 +23819,15 @@ a.cds--overflow-menu-options__btn::before {
|
|
|
23818
23819
|
animation: none;
|
|
23819
23820
|
}
|
|
23820
23821
|
}
|
|
23822
|
+
@media screen and (-ms-high-contrast: active), (forced-colors: active) {
|
|
23823
|
+
.cds--breadcrumb.cds--skeleton .cds--link {
|
|
23824
|
+
background: CanvasText;
|
|
23825
|
+
}
|
|
23826
|
+
.cds--breadcrumb.cds--skeleton .cds--link::before {
|
|
23827
|
+
background: Canvas;
|
|
23828
|
+
forced-color-adjust: none;
|
|
23829
|
+
}
|
|
23830
|
+
}
|
|
23821
23831
|
|
|
23822
23832
|
.cds--link {
|
|
23823
23833
|
box-sizing: border-box;
|
|
@@ -23846,24 +23856,24 @@ a.cds--overflow-menu-options__btn::before {
|
|
|
23846
23856
|
color: var(--cds-link-hover-text-color, var(--cds-link-primary-hover, #0043ce));
|
|
23847
23857
|
text-decoration: underline;
|
|
23848
23858
|
}
|
|
23849
|
-
.cds--link:active, .cds--link:active:visited, .cds--link:active:visited:hover {
|
|
23859
|
+
.cds--link:active:not(.cds--link--disabled), .cds--link:active:visited, .cds--link:active:visited:hover {
|
|
23850
23860
|
outline: 1px solid var(--cds-focus, #0f62fe);
|
|
23851
23861
|
color: var(--cds-link-text-color, var(--cds-link-primary, #0f62fe));
|
|
23852
23862
|
outline-color: var(--cds-link-focus-text-color, var(--cds-focus, #0f62fe));
|
|
23853
23863
|
text-decoration: underline;
|
|
23854
23864
|
}
|
|
23855
23865
|
@media screen and (prefers-contrast) {
|
|
23856
|
-
.cds--link:active, .cds--link:active:visited, .cds--link:active:visited:hover {
|
|
23866
|
+
.cds--link:active:not(.cds--link--disabled), .cds--link:active:visited, .cds--link:active:visited:hover {
|
|
23857
23867
|
outline-style: dotted;
|
|
23858
23868
|
}
|
|
23859
23869
|
}
|
|
23860
|
-
.cds--link:focus {
|
|
23870
|
+
.cds--link:focus:not(.cds--link--disabled) {
|
|
23861
23871
|
outline: 1px solid var(--cds-focus, #0f62fe);
|
|
23862
23872
|
outline-color: var(--cds-link-focus-text-color, var(--cds-focus, #0f62fe));
|
|
23863
23873
|
text-decoration: underline;
|
|
23864
23874
|
}
|
|
23865
23875
|
@media screen and (prefers-contrast) {
|
|
23866
|
-
.cds--link:focus {
|
|
23876
|
+
.cds--link:focus:not(.cds--link--disabled) {
|
|
23867
23877
|
outline-style: dotted;
|
|
23868
23878
|
}
|
|
23869
23879
|
}
|
|
@@ -24169,6 +24179,15 @@ textarea:-webkit-autofill:focus {
|
|
|
24169
24179
|
animation: none;
|
|
24170
24180
|
}
|
|
24171
24181
|
}
|
|
24182
|
+
@media screen and (-ms-high-contrast: active), (forced-colors: active) {
|
|
24183
|
+
.cds--label.cds--skeleton {
|
|
24184
|
+
background: CanvasText;
|
|
24185
|
+
}
|
|
24186
|
+
.cds--label.cds--skeleton::before {
|
|
24187
|
+
background: Canvas;
|
|
24188
|
+
forced-color-adjust: none;
|
|
24189
|
+
}
|
|
24190
|
+
}
|
|
24172
24191
|
|
|
24173
24192
|
input[type=number],
|
|
24174
24193
|
input[type=text].cds--number {
|
|
@@ -24304,7 +24323,7 @@ input:not(output, [data-invalid]):-moz-ui-invalid {
|
|
|
24304
24323
|
line-height: var(--cds-helper-text-01-line-height, 1.33333);
|
|
24305
24324
|
letter-spacing: var(--cds-helper-text-01-letter-spacing, 0.32px);
|
|
24306
24325
|
z-index: 0;
|
|
24307
|
-
color: var(--cds-text-
|
|
24326
|
+
color: var(--cds-text-helper, #6f6f6f);
|
|
24308
24327
|
inline-size: 100%;
|
|
24309
24328
|
margin-block-start: 0.25rem;
|
|
24310
24329
|
opacity: 1;
|
|
@@ -24632,6 +24651,15 @@ fieldset[disabled] .cds--form__helper-text {
|
|
|
24632
24651
|
animation: none;
|
|
24633
24652
|
}
|
|
24634
24653
|
}
|
|
24654
|
+
@media screen and (-ms-high-contrast: active), (forced-colors: active) {
|
|
24655
|
+
.cds--checkbox-label-text.cds--skeleton {
|
|
24656
|
+
background: CanvasText;
|
|
24657
|
+
}
|
|
24658
|
+
.cds--checkbox-label-text.cds--skeleton::before {
|
|
24659
|
+
background: Canvas;
|
|
24660
|
+
forced-color-adjust: none;
|
|
24661
|
+
}
|
|
24662
|
+
}
|
|
24635
24663
|
|
|
24636
24664
|
.cds--checkbox--inline {
|
|
24637
24665
|
position: relative;
|
|
@@ -25354,14 +25382,12 @@ fieldset[disabled] .cds--form__helper-text {
|
|
|
25354
25382
|
background-image: linear-gradient(to right, transparent, var(--cds-layer));
|
|
25355
25383
|
}
|
|
25356
25384
|
|
|
25357
|
-
@
|
|
25358
|
-
|
|
25359
|
-
|
|
25360
|
-
|
|
25361
|
-
|
|
25362
|
-
|
|
25363
|
-
background-image: linear-gradient(to right, rgba(var(--cds-layer), 0), var(--cds-layer));
|
|
25364
|
-
}
|
|
25385
|
+
@supports (hanging-punctuation: first) and (font: -apple-system-body) and (-webkit-appearance: none) {
|
|
25386
|
+
.cds--snippet__overflow-indicator--left {
|
|
25387
|
+
background-image: linear-gradient(to left, rgba(var(--cds-layer), 0), var(--cds-layer));
|
|
25388
|
+
}
|
|
25389
|
+
.cds--snippet__overflow-indicator--right {
|
|
25390
|
+
background-image: linear-gradient(to right, rgba(var(--cds-layer), 0), var(--cds-layer));
|
|
25365
25391
|
}
|
|
25366
25392
|
}
|
|
25367
25393
|
.cds--snippet--multi.cds--skeleton {
|
|
@@ -25404,6 +25430,15 @@ fieldset[disabled] .cds--form__helper-text {
|
|
|
25404
25430
|
animation: none;
|
|
25405
25431
|
}
|
|
25406
25432
|
}
|
|
25433
|
+
@media screen and (-ms-high-contrast: active), (forced-colors: active) {
|
|
25434
|
+
.cds--snippet.cds--skeleton span {
|
|
25435
|
+
background: CanvasText;
|
|
25436
|
+
}
|
|
25437
|
+
.cds--snippet.cds--skeleton span::before {
|
|
25438
|
+
background: Canvas;
|
|
25439
|
+
forced-color-adjust: none;
|
|
25440
|
+
}
|
|
25441
|
+
}
|
|
25407
25442
|
.cds--snippet.cds--skeleton span:first-child {
|
|
25408
25443
|
margin: 0;
|
|
25409
25444
|
}
|
|
@@ -25873,6 +25908,15 @@ fieldset[disabled] .cds--form__helper-text {
|
|
|
25873
25908
|
animation: none;
|
|
25874
25909
|
}
|
|
25875
25910
|
}
|
|
25911
|
+
@media screen and (-ms-high-contrast: active), (forced-colors: active) {
|
|
25912
|
+
.cds--skeleton.cds--text-input {
|
|
25913
|
+
background: CanvasText;
|
|
25914
|
+
}
|
|
25915
|
+
.cds--skeleton.cds--text-input::before {
|
|
25916
|
+
background: Canvas;
|
|
25917
|
+
forced-color-adjust: none;
|
|
25918
|
+
}
|
|
25919
|
+
}
|
|
25876
25920
|
|
|
25877
25921
|
.cds--form--fluid .cds--text-input-wrapper {
|
|
25878
25922
|
position: relative;
|
|
@@ -26562,6 +26606,15 @@ fieldset[disabled] .cds--form__helper-text {
|
|
|
26562
26606
|
animation: none;
|
|
26563
26607
|
}
|
|
26564
26608
|
}
|
|
26609
|
+
@media screen and (-ms-high-contrast: active), (forced-colors: active) {
|
|
26610
|
+
.cds--tag.cds--skeleton {
|
|
26611
|
+
background: CanvasText;
|
|
26612
|
+
}
|
|
26613
|
+
.cds--tag.cds--skeleton::before {
|
|
26614
|
+
background: Canvas;
|
|
26615
|
+
forced-color-adjust: none;
|
|
26616
|
+
}
|
|
26617
|
+
}
|
|
26565
26618
|
.cds--tag.cds--skeleton.cds--tag--operational {
|
|
26566
26619
|
border: 1px solid var(--cds-skeleton-background, #e8e8e8);
|
|
26567
26620
|
}
|
|
@@ -26574,11 +26627,9 @@ fieldset[disabled] .cds--form__helper-text {
|
|
|
26574
26627
|
.cds--tag.cds--skeleton .cds--definition-term .cds--tag__label {
|
|
26575
26628
|
color: var(--cds-text-primary, #161616);
|
|
26576
26629
|
}
|
|
26577
|
-
@
|
|
26578
|
-
|
|
26579
|
-
|
|
26580
|
-
transform: translateZ(0);
|
|
26581
|
-
}
|
|
26630
|
+
@supports (hanging-punctuation: first) and (font: -apple-system-body) and (-webkit-appearance: none) {
|
|
26631
|
+
.cds--tag.cds--skeleton {
|
|
26632
|
+
transform: translateZ(0);
|
|
26582
26633
|
}
|
|
26583
26634
|
}
|
|
26584
26635
|
|
|
@@ -28447,6 +28498,7 @@ fieldset[disabled] .cds--form__helper-text {
|
|
|
28447
28498
|
background-color: transparent;
|
|
28448
28499
|
}
|
|
28449
28500
|
.cds--content-switcher-btn.cds--content-switcher--selected:disabled {
|
|
28501
|
+
border-radius: 0.25rem;
|
|
28450
28502
|
background-color: var(--cds-button-disabled, #c6c6c6);
|
|
28451
28503
|
color: var(--cds-text-disabled, rgba(22, 22, 22, 0.25));
|
|
28452
28504
|
}
|
|
@@ -28956,6 +29008,15 @@ fieldset[disabled] .cds--form__helper-text {
|
|
|
28956
29008
|
animation: none;
|
|
28957
29009
|
}
|
|
28958
29010
|
}
|
|
29011
|
+
@media screen and (-ms-high-contrast: active), (forced-colors: active) {
|
|
29012
|
+
.cds--radio-button__label.cds--skeleton {
|
|
29013
|
+
background: CanvasText;
|
|
29014
|
+
}
|
|
29015
|
+
.cds--radio-button__label.cds--skeleton::before {
|
|
29016
|
+
background: Canvas;
|
|
29017
|
+
forced-color-adjust: none;
|
|
29018
|
+
}
|
|
29019
|
+
}
|
|
28959
29020
|
|
|
28960
29021
|
.cds--radio-button__label.cds--skeleton .cds--radio-button__appearance {
|
|
28961
29022
|
display: none;
|
|
@@ -30235,6 +30296,19 @@ tr.cds--parent-row:not(.cds--expandable-row):not(:first-of-type) td.cds--table-c
|
|
|
30235
30296
|
animation: none;
|
|
30236
30297
|
}
|
|
30237
30298
|
}
|
|
30299
|
+
@media screen and (-ms-high-contrast: active), (forced-colors: active) {
|
|
30300
|
+
.cds--search--lg.cds--skeleton .cds--search-input,
|
|
30301
|
+
.cds--search--md.cds--skeleton .cds--search-input,
|
|
30302
|
+
.cds--search--sm.cds--skeleton .cds--search-input {
|
|
30303
|
+
background: CanvasText;
|
|
30304
|
+
}
|
|
30305
|
+
.cds--search--lg.cds--skeleton .cds--search-input::before,
|
|
30306
|
+
.cds--search--md.cds--skeleton .cds--search-input::before,
|
|
30307
|
+
.cds--search--sm.cds--skeleton .cds--search-input::before {
|
|
30308
|
+
background: Canvas;
|
|
30309
|
+
forced-color-adjust: none;
|
|
30310
|
+
}
|
|
30311
|
+
}
|
|
30238
30312
|
.cds--search--lg.cds--skeleton .cds--search-input::placeholder,
|
|
30239
30313
|
.cds--search--md.cds--skeleton .cds--search-input::placeholder,
|
|
30240
30314
|
.cds--search--sm.cds--skeleton .cds--search-input::placeholder {
|
|
@@ -31257,6 +31331,17 @@ tr.cds--parent-row.cds--data-table--selected.cds--expandable-row--hover + tr[dat
|
|
|
31257
31331
|
animation: none;
|
|
31258
31332
|
}
|
|
31259
31333
|
}
|
|
31334
|
+
@media screen and (-ms-high-contrast: active), (forced-colors: active) {
|
|
31335
|
+
.cds--data-table.cds--skeleton th span,
|
|
31336
|
+
.cds--data-table.cds--skeleton td span {
|
|
31337
|
+
background: CanvasText;
|
|
31338
|
+
}
|
|
31339
|
+
.cds--data-table.cds--skeleton th span::before,
|
|
31340
|
+
.cds--data-table.cds--skeleton td span::before {
|
|
31341
|
+
background: Canvas;
|
|
31342
|
+
forced-color-adjust: none;
|
|
31343
|
+
}
|
|
31344
|
+
}
|
|
31260
31345
|
|
|
31261
31346
|
.cds--data-table.cds--skeleton tr:hover td {
|
|
31262
31347
|
border-color: var(--cds-border-subtle);
|
|
@@ -31310,6 +31395,15 @@ tr.cds--parent-row.cds--data-table--selected.cds--expandable-row--hover + tr[dat
|
|
|
31310
31395
|
animation: none;
|
|
31311
31396
|
}
|
|
31312
31397
|
}
|
|
31398
|
+
@media screen and (-ms-high-contrast: active), (forced-colors: active) {
|
|
31399
|
+
.cds--data-table-container.cds--skeleton .cds--data-table-header__title {
|
|
31400
|
+
background: CanvasText;
|
|
31401
|
+
}
|
|
31402
|
+
.cds--data-table-container.cds--skeleton .cds--data-table-header__title::before {
|
|
31403
|
+
background: Canvas;
|
|
31404
|
+
forced-color-adjust: none;
|
|
31405
|
+
}
|
|
31406
|
+
}
|
|
31313
31407
|
|
|
31314
31408
|
.cds--data-table-container.cds--skeleton .cds--data-table-header__description {
|
|
31315
31409
|
position: relative;
|
|
@@ -31342,6 +31436,15 @@ tr.cds--parent-row.cds--data-table--selected.cds--expandable-row--hover + tr[dat
|
|
|
31342
31436
|
animation: none;
|
|
31343
31437
|
}
|
|
31344
31438
|
}
|
|
31439
|
+
@media screen and (-ms-high-contrast: active), (forced-colors: active) {
|
|
31440
|
+
.cds--data-table-container.cds--skeleton .cds--data-table-header__description {
|
|
31441
|
+
background: CanvasText;
|
|
31442
|
+
}
|
|
31443
|
+
.cds--data-table-container.cds--skeleton .cds--data-table-header__description::before {
|
|
31444
|
+
background: Canvas;
|
|
31445
|
+
forced-color-adjust: none;
|
|
31446
|
+
}
|
|
31447
|
+
}
|
|
31345
31448
|
|
|
31346
31449
|
.cds--data-table--sort th,
|
|
31347
31450
|
.cds--data-table th[aria-sort] {
|
|
@@ -32344,6 +32447,17 @@ th .cds--table-sort__flex {
|
|
|
32344
32447
|
animation: none;
|
|
32345
32448
|
}
|
|
32346
32449
|
}
|
|
32450
|
+
@media screen and (-ms-high-contrast: active), (forced-colors: active) {
|
|
32451
|
+
.cds--date-picker.cds--skeleton input,
|
|
32452
|
+
.cds--date-picker__input.cds--skeleton {
|
|
32453
|
+
background: CanvasText;
|
|
32454
|
+
}
|
|
32455
|
+
.cds--date-picker.cds--skeleton input::before,
|
|
32456
|
+
.cds--date-picker__input.cds--skeleton::before {
|
|
32457
|
+
background: Canvas;
|
|
32458
|
+
forced-color-adjust: none;
|
|
32459
|
+
}
|
|
32460
|
+
}
|
|
32347
32461
|
.cds--date-picker.cds--skeleton input::placeholder,
|
|
32348
32462
|
.cds--date-picker__input.cds--skeleton::placeholder {
|
|
32349
32463
|
color: transparent;
|
|
@@ -32379,6 +32493,15 @@ th .cds--table-sort__flex {
|
|
|
32379
32493
|
animation: none;
|
|
32380
32494
|
}
|
|
32381
32495
|
}
|
|
32496
|
+
@media screen and (-ms-high-contrast: active), (forced-colors: active) {
|
|
32497
|
+
.cds--date-picker.cds--skeleton .cds--label {
|
|
32498
|
+
background: CanvasText;
|
|
32499
|
+
}
|
|
32500
|
+
.cds--date-picker.cds--skeleton .cds--label::before {
|
|
32501
|
+
background: Canvas;
|
|
32502
|
+
forced-color-adjust: none;
|
|
32503
|
+
}
|
|
32504
|
+
}
|
|
32382
32505
|
|
|
32383
32506
|
.cds--dialog {
|
|
32384
32507
|
position: fixed;
|
|
@@ -33120,6 +33243,17 @@ button.cds--dropdown-text:focus {
|
|
|
33120
33243
|
animation: none;
|
|
33121
33244
|
}
|
|
33122
33245
|
}
|
|
33246
|
+
@media screen and (-ms-high-contrast: active), (forced-colors: active) {
|
|
33247
|
+
.cds--dropdown-v2.cds--skeleton,
|
|
33248
|
+
.cds--dropdown.cds--skeleton {
|
|
33249
|
+
background: CanvasText;
|
|
33250
|
+
}
|
|
33251
|
+
.cds--dropdown-v2.cds--skeleton::before,
|
|
33252
|
+
.cds--dropdown.cds--skeleton::before {
|
|
33253
|
+
background: Canvas;
|
|
33254
|
+
forced-color-adjust: none;
|
|
33255
|
+
}
|
|
33256
|
+
}
|
|
33123
33257
|
|
|
33124
33258
|
@media screen and (-ms-high-contrast: active), (forced-colors: active) {
|
|
33125
33259
|
.cds--dropdown .cds--list-box__field {
|
|
@@ -33237,12 +33371,10 @@ button.cds--dropdown-text:focus {
|
|
|
33237
33371
|
stroke-dashoffset: -22;
|
|
33238
33372
|
}
|
|
33239
33373
|
|
|
33240
|
-
@
|
|
33241
|
-
|
|
33242
|
-
|
|
33243
|
-
|
|
33244
|
-
stroke-dashoffset: 0;
|
|
33245
|
-
}
|
|
33374
|
+
@supports (hanging-punctuation: first) and (font: -apple-system-body) and (-webkit-appearance: none) {
|
|
33375
|
+
circle.cds--loading__background {
|
|
33376
|
+
stroke-dasharray: 265;
|
|
33377
|
+
stroke-dashoffset: 0;
|
|
33246
33378
|
}
|
|
33247
33379
|
}
|
|
33248
33380
|
.cds--loading-overlay {
|
|
@@ -33961,6 +34093,15 @@ button.cds--dropdown-text:focus {
|
|
|
33961
34093
|
animation: none;
|
|
33962
34094
|
}
|
|
33963
34095
|
}
|
|
34096
|
+
@media screen and (-ms-high-contrast: active), (forced-colors: active) {
|
|
34097
|
+
.cds--list-box__wrapper--fluid .cds--skeleton .cds--list-box__field {
|
|
34098
|
+
background: CanvasText;
|
|
34099
|
+
}
|
|
34100
|
+
.cds--list-box__wrapper--fluid .cds--skeleton .cds--list-box__field::before {
|
|
34101
|
+
background: Canvas;
|
|
34102
|
+
forced-color-adjust: none;
|
|
34103
|
+
}
|
|
34104
|
+
}
|
|
33964
34105
|
|
|
33965
34106
|
.cds--list-box__wrapper--fluid .cds--skeleton .cds--list-box__label {
|
|
33966
34107
|
position: relative;
|
|
@@ -33995,6 +34136,15 @@ button.cds--dropdown-text:focus {
|
|
|
33995
34136
|
animation: none;
|
|
33996
34137
|
}
|
|
33997
34138
|
}
|
|
34139
|
+
@media screen and (-ms-high-contrast: active), (forced-colors: active) {
|
|
34140
|
+
.cds--list-box__wrapper--fluid .cds--skeleton .cds--list-box__label {
|
|
34141
|
+
background: CanvasText;
|
|
34142
|
+
}
|
|
34143
|
+
.cds--list-box__wrapper--fluid .cds--skeleton .cds--list-box__label::before {
|
|
34144
|
+
background: Canvas;
|
|
34145
|
+
forced-color-adjust: none;
|
|
34146
|
+
}
|
|
34147
|
+
}
|
|
33998
34148
|
|
|
33999
34149
|
.cds--list-box__wrapper--fluid.cds--list-box__wrapper--decorator .cds--list-box__inner-wrapper--decorator > *,
|
|
34000
34150
|
.cds--list-box__wrapper--fluid.cds--list-box__wrapper--slug .cds--ai-label,
|
|
@@ -35161,6 +35311,15 @@ button.cds--dropdown-text:focus {
|
|
|
35161
35311
|
animation: none;
|
|
35162
35312
|
}
|
|
35163
35313
|
}
|
|
35314
|
+
@media screen and (-ms-high-contrast: active), (forced-colors: active) {
|
|
35315
|
+
.cds--number.cds--skeleton {
|
|
35316
|
+
background: CanvasText;
|
|
35317
|
+
}
|
|
35318
|
+
.cds--number.cds--skeleton::before {
|
|
35319
|
+
background: Canvas;
|
|
35320
|
+
forced-color-adjust: none;
|
|
35321
|
+
}
|
|
35322
|
+
}
|
|
35164
35323
|
.cds--number.cds--skeleton input[type=number],
|
|
35165
35324
|
.cds--number.cds--skeleton input[type=text] {
|
|
35166
35325
|
display: none;
|
|
@@ -35801,6 +35960,15 @@ optgroup.cds--select-optgroup:disabled,
|
|
|
35801
35960
|
animation: none;
|
|
35802
35961
|
}
|
|
35803
35962
|
}
|
|
35963
|
+
@media screen and (-ms-high-contrast: active), (forced-colors: active) {
|
|
35964
|
+
.cds--select.cds--skeleton {
|
|
35965
|
+
background: CanvasText;
|
|
35966
|
+
}
|
|
35967
|
+
.cds--select.cds--skeleton::before {
|
|
35968
|
+
background: Canvas;
|
|
35969
|
+
forced-color-adjust: none;
|
|
35970
|
+
}
|
|
35971
|
+
}
|
|
35804
35972
|
|
|
35805
35973
|
.cds--select.cds--skeleton .cds--select-input {
|
|
35806
35974
|
display: none;
|
|
@@ -36112,10 +36280,6 @@ optgroup.cds--select-optgroup:disabled,
|
|
|
36112
36280
|
background-color: var(--cds-field-02, #ffffff);
|
|
36113
36281
|
}
|
|
36114
36282
|
|
|
36115
|
-
.cds--text-area--invalid {
|
|
36116
|
-
padding-inline-end: 2.5rem;
|
|
36117
|
-
}
|
|
36118
|
-
|
|
36119
36283
|
.cds--text-area__wrapper {
|
|
36120
36284
|
--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));
|
|
36121
36285
|
position: relative;
|
|
@@ -36155,9 +36319,6 @@ optgroup.cds--select-optgroup:disabled,
|
|
|
36155
36319
|
inline-size: 1px;
|
|
36156
36320
|
}
|
|
36157
36321
|
|
|
36158
|
-
.cds--form-item {
|
|
36159
|
-
position: relative;
|
|
36160
|
-
}
|
|
36161
36322
|
.cds--form-item:has(.cds--text-area__wrapper--cols) {
|
|
36162
36323
|
inline-size: fit-content;
|
|
36163
36324
|
}
|
|
@@ -36266,6 +36427,15 @@ optgroup.cds--select-optgroup:disabled,
|
|
|
36266
36427
|
animation: none;
|
|
36267
36428
|
}
|
|
36268
36429
|
}
|
|
36430
|
+
@media screen and (-ms-high-contrast: active), (forced-colors: active) {
|
|
36431
|
+
.cds--text-area.cds--skeleton {
|
|
36432
|
+
background: CanvasText;
|
|
36433
|
+
}
|
|
36434
|
+
.cds--text-area.cds--skeleton::before {
|
|
36435
|
+
background: Canvas;
|
|
36436
|
+
forced-color-adjust: none;
|
|
36437
|
+
}
|
|
36438
|
+
}
|
|
36269
36439
|
.cds--text-area.cds--skeleton::placeholder {
|
|
36270
36440
|
color: transparent;
|
|
36271
36441
|
}
|
|
@@ -36277,11 +36447,6 @@ optgroup.cds--select-optgroup:disabled,
|
|
|
36277
36447
|
inline-size: 100%;
|
|
36278
36448
|
}
|
|
36279
36449
|
|
|
36280
|
-
.cds--form-requirement {
|
|
36281
|
-
position: absolute;
|
|
36282
|
-
inset-block-start: 100%;
|
|
36283
|
-
}
|
|
36284
|
-
|
|
36285
36450
|
.cds--text-area--fluid .cds--text-area__wrapper {
|
|
36286
36451
|
position: relative;
|
|
36287
36452
|
flex-direction: column;
|
|
@@ -37120,7 +37285,7 @@ optgroup.cds--select-optgroup:disabled,
|
|
|
37120
37285
|
}
|
|
37121
37286
|
|
|
37122
37287
|
.cds--menu-button__container {
|
|
37123
|
-
display:
|
|
37288
|
+
display: contents;
|
|
37124
37289
|
}
|
|
37125
37290
|
|
|
37126
37291
|
.cds--menu-button__trigger:not(.cds--btn--ghost) {
|
|
@@ -38446,6 +38611,19 @@ optgroup.cds--select-optgroup:disabled,
|
|
|
38446
38611
|
color: var(--cds-text-primary, #161616);
|
|
38447
38612
|
}
|
|
38448
38613
|
|
|
38614
|
+
.cds--actionable-notification__caption {
|
|
38615
|
+
font-size: var(--cds-body-compact-01-font-size, 0.875rem);
|
|
38616
|
+
font-weight: var(--cds-body-compact-01-font-weight, 400);
|
|
38617
|
+
line-height: var(--cds-body-compact-01-line-height, 1.28572);
|
|
38618
|
+
letter-spacing: var(--cds-body-compact-01-letter-spacing, 0.16px);
|
|
38619
|
+
color: var(--cds-text-inverse, #ffffff);
|
|
38620
|
+
padding-block-start: 1.5rem;
|
|
38621
|
+
}
|
|
38622
|
+
|
|
38623
|
+
.cds--actionable-notification--low-contrast .cds--actionable-notification__caption {
|
|
38624
|
+
color: var(--cds-text-primary, #161616);
|
|
38625
|
+
}
|
|
38626
|
+
|
|
38449
38627
|
/* Ghost action button when inline */
|
|
38450
38628
|
.cds--actionable-notification__action-button.cds--btn--ghost {
|
|
38451
38629
|
block-size: 2rem;
|
|
@@ -39556,11 +39734,14 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
|
39556
39734
|
}
|
|
39557
39735
|
|
|
39558
39736
|
.cds--progress-bar--error .cds--progress-bar__bar,
|
|
39559
|
-
.cds--progress-bar--error .cds--progress-bar__status-icon
|
|
39560
|
-
.cds--progress-bar--error .cds--progress-bar__helper-text {
|
|
39737
|
+
.cds--progress-bar--error .cds--progress-bar__status-icon {
|
|
39561
39738
|
color: var(--cds-support-error, #da1e28);
|
|
39562
39739
|
}
|
|
39563
39740
|
|
|
39741
|
+
.cds--progress-bar--error .cds--progress-bar__helper-text {
|
|
39742
|
+
color: var(--cds-text-error, #da1e28);
|
|
39743
|
+
}
|
|
39744
|
+
|
|
39564
39745
|
.cds--progress-bar--finished .cds--progress-bar__bar,
|
|
39565
39746
|
.cds--progress-bar--error .cds--progress-bar__bar {
|
|
39566
39747
|
transform: scaleX(1);
|
|
@@ -39925,6 +40106,15 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
|
39925
40106
|
animation: none;
|
|
39926
40107
|
}
|
|
39927
40108
|
}
|
|
40109
|
+
@media screen and (-ms-high-contrast: active), (forced-colors: active) {
|
|
40110
|
+
.cds--progress.cds--skeleton .cds--progress-label {
|
|
40111
|
+
background: CanvasText;
|
|
40112
|
+
}
|
|
40113
|
+
.cds--progress.cds--skeleton .cds--progress-label::before {
|
|
40114
|
+
background: Canvas;
|
|
40115
|
+
forced-color-adjust: none;
|
|
40116
|
+
}
|
|
40117
|
+
}
|
|
39928
40118
|
|
|
39929
40119
|
.cds--progress.cds--progress--vertical.cds--skeleton .cds--progress-label {
|
|
39930
40120
|
margin-block-start: 0.0625rem;
|
|
@@ -40094,6 +40284,15 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
|
40094
40284
|
animation: none;
|
|
40095
40285
|
}
|
|
40096
40286
|
}
|
|
40287
|
+
@media screen and (-ms-high-contrast: active), (forced-colors: active) {
|
|
40288
|
+
.cds--icon--skeleton {
|
|
40289
|
+
background: CanvasText;
|
|
40290
|
+
}
|
|
40291
|
+
.cds--icon--skeleton::before {
|
|
40292
|
+
background: Canvas;
|
|
40293
|
+
forced-color-adjust: none;
|
|
40294
|
+
}
|
|
40295
|
+
}
|
|
40097
40296
|
|
|
40098
40297
|
.cds--skeleton__placeholder {
|
|
40099
40298
|
position: relative;
|
|
@@ -40125,6 +40324,15 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
|
40125
40324
|
animation: none;
|
|
40126
40325
|
}
|
|
40127
40326
|
}
|
|
40327
|
+
@media screen and (-ms-high-contrast: active), (forced-colors: active) {
|
|
40328
|
+
.cds--skeleton__placeholder {
|
|
40329
|
+
background: CanvasText;
|
|
40330
|
+
}
|
|
40331
|
+
.cds--skeleton__placeholder::before {
|
|
40332
|
+
background: Canvas;
|
|
40333
|
+
forced-color-adjust: none;
|
|
40334
|
+
}
|
|
40335
|
+
}
|
|
40128
40336
|
|
|
40129
40337
|
.cds--skeleton__text {
|
|
40130
40338
|
position: relative;
|
|
@@ -40157,6 +40365,15 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
|
40157
40365
|
animation: none;
|
|
40158
40366
|
}
|
|
40159
40367
|
}
|
|
40368
|
+
@media screen and (-ms-high-contrast: active), (forced-colors: active) {
|
|
40369
|
+
.cds--skeleton__text {
|
|
40370
|
+
background: CanvasText;
|
|
40371
|
+
}
|
|
40372
|
+
.cds--skeleton__text::before {
|
|
40373
|
+
background: Canvas;
|
|
40374
|
+
forced-color-adjust: none;
|
|
40375
|
+
}
|
|
40376
|
+
}
|
|
40160
40377
|
|
|
40161
40378
|
.cds--skeleton__heading {
|
|
40162
40379
|
block-size: 1.5rem;
|
|
@@ -40193,6 +40410,18 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
|
40193
40410
|
border-radius: 0.125rem;
|
|
40194
40411
|
}
|
|
40195
40412
|
|
|
40413
|
+
@media screen and (-ms-high-contrast: active), (forced-colors: active) {
|
|
40414
|
+
.cds--skeleton__text--ai,
|
|
40415
|
+
.cds--skeleton__placeholder--ai,
|
|
40416
|
+
.cds--skeleton__icon--ai {
|
|
40417
|
+
background: CanvasText;
|
|
40418
|
+
}
|
|
40419
|
+
.cds--skeleton__text--ai::before,
|
|
40420
|
+
.cds--skeleton__placeholder--ai::before,
|
|
40421
|
+
.cds--skeleton__icon--ai::before {
|
|
40422
|
+
background: Canvas;
|
|
40423
|
+
}
|
|
40424
|
+
}
|
|
40196
40425
|
.cds--slider-container {
|
|
40197
40426
|
position: relative;
|
|
40198
40427
|
display: flex;
|
|
@@ -40590,6 +40819,15 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
|
40590
40819
|
animation: none;
|
|
40591
40820
|
}
|
|
40592
40821
|
}
|
|
40822
|
+
@media screen and (-ms-high-contrast: active), (forced-colors: active) {
|
|
40823
|
+
.cds--slider-container.cds--skeleton .cds--slider__range-label {
|
|
40824
|
+
background: CanvasText;
|
|
40825
|
+
}
|
|
40826
|
+
.cds--slider-container.cds--skeleton .cds--slider__range-label::before {
|
|
40827
|
+
background: Canvas;
|
|
40828
|
+
forced-color-adjust: none;
|
|
40829
|
+
}
|
|
40830
|
+
}
|
|
40593
40831
|
|
|
40594
40832
|
.cds--slider-container.cds--skeleton .cds--slider__track {
|
|
40595
40833
|
cursor: default;
|
|
@@ -40924,6 +41162,15 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
|
40924
41162
|
animation: none;
|
|
40925
41163
|
}
|
|
40926
41164
|
}
|
|
41165
|
+
@media screen and (-ms-high-contrast: active), (forced-colors: active) {
|
|
41166
|
+
.cds--structured-list.cds--skeleton span {
|
|
41167
|
+
background: CanvasText;
|
|
41168
|
+
}
|
|
41169
|
+
.cds--structured-list.cds--skeleton span::before {
|
|
41170
|
+
background: Canvas;
|
|
41171
|
+
forced-color-adjust: none;
|
|
41172
|
+
}
|
|
41173
|
+
}
|
|
40927
41174
|
|
|
40928
41175
|
.cds--structured-list.cds--structured-list--selection.cds--skeleton .cds--structured-list-th:first-child {
|
|
40929
41176
|
inline-size: 5%;
|
|
@@ -41179,20 +41426,18 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
|
41179
41426
|
.cds--tabs.cds--tabs--contained .cds--tabs__overflow-indicator--right {
|
|
41180
41427
|
background-image: linear-gradient(to right, rgba(255, 255, 255, 0), var(--cds-layer-accent));
|
|
41181
41428
|
}
|
|
41182
|
-
@
|
|
41183
|
-
|
|
41184
|
-
|
|
41185
|
-
|
|
41186
|
-
|
|
41187
|
-
|
|
41188
|
-
|
|
41189
|
-
|
|
41190
|
-
|
|
41191
|
-
|
|
41192
|
-
|
|
41193
|
-
|
|
41194
|
-
background-image: linear-gradient(to right, rgba(var(--cds-layer-accent), 0), var(--cds-layer-accent));
|
|
41195
|
-
}
|
|
41429
|
+
@supports (hanging-punctuation: first) and (font: -apple-system-body) and (-webkit-appearance: none) {
|
|
41430
|
+
.cds--tabs .cds--tabs__overflow-indicator--left {
|
|
41431
|
+
background-image: linear-gradient(to left, rgba(var(--cds-background, #ffffff), 0), var(--cds-background, #ffffff));
|
|
41432
|
+
}
|
|
41433
|
+
.cds--tabs .cds--tabs__overflow-indicator--right {
|
|
41434
|
+
background-image: linear-gradient(to right, rgba(var(--cds-background, #ffffff), 0), var(--cds-background, #ffffff));
|
|
41435
|
+
}
|
|
41436
|
+
.cds--tabs.cds--tabs--contained .cds--tabs__overflow-indicator--left {
|
|
41437
|
+
background-image: linear-gradient(to left, rgba(var(--cds-layer-accent), 0), var(--cds-layer-accent));
|
|
41438
|
+
}
|
|
41439
|
+
.cds--tabs.cds--tabs--contained .cds--tabs__overflow-indicator--right {
|
|
41440
|
+
background-image: linear-gradient(to right, rgba(var(--cds-layer-accent), 0), var(--cds-layer-accent));
|
|
41196
41441
|
}
|
|
41197
41442
|
}
|
|
41198
41443
|
.cds--tabs .cds--tabs__nav-item-label-wrapper {
|
|
@@ -41657,6 +41902,15 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
|
41657
41902
|
animation: none;
|
|
41658
41903
|
}
|
|
41659
41904
|
}
|
|
41905
|
+
@media screen and (-ms-high-contrast: active), (forced-colors: active) {
|
|
41906
|
+
.cds--tabs.cds--skeleton .cds--tabs__nav-link span {
|
|
41907
|
+
background: CanvasText;
|
|
41908
|
+
}
|
|
41909
|
+
.cds--tabs.cds--skeleton .cds--tabs__nav-link span::before {
|
|
41910
|
+
background: Canvas;
|
|
41911
|
+
forced-color-adjust: none;
|
|
41912
|
+
}
|
|
41913
|
+
}
|
|
41660
41914
|
|
|
41661
41915
|
@media screen and (-ms-high-contrast: active), (forced-colors: active) {
|
|
41662
41916
|
.cds--tabs__nav-item .cds--tabs__nav-item--selected .cds--tabs__nav-item--selected {
|
|
@@ -41965,11 +42219,9 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
|
41965
42219
|
transition: opacity 110ms cubic-bezier(0.2, 0, 0.38, 0.9), visibility 110ms cubic-bezier(0.2, 0, 0.38, 0.9);
|
|
41966
42220
|
visibility: inherit;
|
|
41967
42221
|
}
|
|
41968
|
-
@
|
|
41969
|
-
|
|
41970
|
-
|
|
41971
|
-
overflow-y: auto;
|
|
41972
|
-
}
|
|
42222
|
+
@supports (hanging-punctuation: first) and (font: -apple-system-body) and (-webkit-appearance: none) {
|
|
42223
|
+
.cds--tile--is-expanded .cds--tile-content__below-the-fold {
|
|
42224
|
+
overflow-y: auto;
|
|
41973
42225
|
}
|
|
41974
42226
|
}
|
|
41975
42227
|
|
|
@@ -42100,6 +42352,7 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
|
42100
42352
|
|
|
42101
42353
|
.cds--tile--decorator:has(.cds--ai-label).cds--tile--selectable::before,
|
|
42102
42354
|
.cds--tile--decorator:has(.cds--ai-label).cds--tile--clickable::before,
|
|
42355
|
+
.cds--tile--decorator:has(.cds--tile--ai-label-icon).cds--tile--clickable::before,
|
|
42103
42356
|
.cds--tile--slug.cds--tile--selectable::before,
|
|
42104
42357
|
.cds--tile--slug.cds--tile--clickable::before {
|
|
42105
42358
|
background: linear-gradient(to top, var(--cds-ai-aura-hover-start, rgba(69, 137, 255, 0.32)) 0%, 15%, var(--cds-ai-aura-hover-end, rgba(255, 255, 255, 0)) 50%) padding-box, linear-gradient(to top, var(--cds-ai-aura-hover-background, #edf5ff), var(--cds-ai-aura-hover-background, #edf5ff)) padding-box, linear-gradient(to bottom, var(--cds-ai-border-start, rgba(166, 200, 255, 0.64)), var(--cds-ai-border-end, #78a9ff)) border-box, linear-gradient(to top, var(--cds-ai-aura-hover-background, #edf5ff), var(--cds-ai-aura-hover-background, #edf5ff)) border-box;
|
|
@@ -42512,6 +42765,15 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
|
42512
42765
|
animation: none;
|
|
42513
42766
|
}
|
|
42514
42767
|
}
|
|
42768
|
+
@media screen and (-ms-high-contrast: active), (forced-colors: active) {
|
|
42769
|
+
.cds--toggle--skeleton .cds--toggle__skeleton-circle {
|
|
42770
|
+
background: CanvasText;
|
|
42771
|
+
}
|
|
42772
|
+
.cds--toggle--skeleton .cds--toggle__skeleton-circle::before {
|
|
42773
|
+
background: Canvas;
|
|
42774
|
+
forced-color-adjust: none;
|
|
42775
|
+
}
|
|
42776
|
+
}
|
|
42515
42777
|
|
|
42516
42778
|
.cds--toggle--skeleton .cds--toggle__skeleton-rectangle {
|
|
42517
42779
|
position: relative;
|
|
@@ -42544,6 +42806,15 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
|
42544
42806
|
animation: none;
|
|
42545
42807
|
}
|
|
42546
42808
|
}
|
|
42809
|
+
@media screen and (-ms-high-contrast: active), (forced-colors: active) {
|
|
42810
|
+
.cds--toggle--skeleton .cds--toggle__skeleton-rectangle {
|
|
42811
|
+
background: CanvasText;
|
|
42812
|
+
}
|
|
42813
|
+
.cds--toggle--skeleton .cds--toggle__skeleton-rectangle::before {
|
|
42814
|
+
background: Canvas;
|
|
42815
|
+
forced-color-adjust: none;
|
|
42816
|
+
}
|
|
42817
|
+
}
|
|
42547
42818
|
|
|
42548
42819
|
[dir=rtl] .cds--toggle__switch--checked::before {
|
|
42549
42820
|
transform: translateX(-1.5rem);
|