@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
package/css/index.css
CHANGED
|
@@ -882,7 +882,7 @@
|
|
|
882
882
|
}
|
|
883
883
|
|
|
884
884
|
.cds--btn {
|
|
885
|
-
--cds-layout-size-height-local: clamp(max(var(--cds-layout-size-height-min), var(--cds-layout-size-height-
|
|
885
|
+
--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)));
|
|
886
886
|
--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));
|
|
887
887
|
--temp-1lh: (
|
|
888
888
|
var(--cds-body-compact-01-line-height, 1.28572) * 1em
|
|
@@ -1083,11 +1083,12 @@
|
|
|
1083
1083
|
}
|
|
1084
1084
|
|
|
1085
1085
|
.cds--btn--icon-only {
|
|
1086
|
+
align-items: center;
|
|
1086
1087
|
justify-content: center;
|
|
1087
1088
|
padding: 0;
|
|
1088
1089
|
block-size: var(--cds-layout-size-height-local);
|
|
1089
1090
|
inline-size: var(--cds-layout-size-height-local);
|
|
1090
|
-
padding-block-start:
|
|
1091
|
+
padding-block-start: 0;
|
|
1091
1092
|
}
|
|
1092
1093
|
.cds--btn--icon-only > :first-child {
|
|
1093
1094
|
min-inline-size: 1rem;
|
|
@@ -1102,6 +1103,11 @@
|
|
|
1102
1103
|
padding-inline-end: calc(var(--cds-layout-density-padding-inline-local) - 1rem);
|
|
1103
1104
|
}
|
|
1104
1105
|
|
|
1106
|
+
.cds--btn--xs:not(.cds--btn--icon-only) {
|
|
1107
|
+
padding-block-start: 1.5px;
|
|
1108
|
+
}
|
|
1109
|
+
|
|
1110
|
+
.cds--btn--xs:not(.cds--btn--icon-only) .cds--btn__icon,
|
|
1105
1111
|
.cds--btn--sm:not(.cds--btn--icon-only) .cds--btn__icon,
|
|
1106
1112
|
.cds--btn--md:not(.cds--btn--icon-only) .cds--btn__icon {
|
|
1107
1113
|
margin-block-start: 0;
|
|
@@ -1287,6 +1293,15 @@
|
|
|
1287
1293
|
animation: none;
|
|
1288
1294
|
}
|
|
1289
1295
|
}
|
|
1296
|
+
@media screen and (-ms-high-contrast: active), (forced-colors: active) {
|
|
1297
|
+
.cds--btn.cds--skeleton {
|
|
1298
|
+
background: CanvasText;
|
|
1299
|
+
}
|
|
1300
|
+
.cds--btn.cds--skeleton::before {
|
|
1301
|
+
background: Canvas;
|
|
1302
|
+
forced-color-adjust: none;
|
|
1303
|
+
}
|
|
1304
|
+
}
|
|
1290
1305
|
|
|
1291
1306
|
.cds--btn-set {
|
|
1292
1307
|
display: flex;
|
|
@@ -2008,14 +2023,12 @@
|
|
|
2008
2023
|
background-image: linear-gradient(to right, transparent, var(--cds-layer));
|
|
2009
2024
|
}
|
|
2010
2025
|
|
|
2011
|
-
@
|
|
2012
|
-
|
|
2013
|
-
|
|
2014
|
-
|
|
2015
|
-
|
|
2016
|
-
|
|
2017
|
-
background-image: linear-gradient(to right, rgba(var(--cds-layer), 0), var(--cds-layer));
|
|
2018
|
-
}
|
|
2026
|
+
@supports (hanging-punctuation: first) and (font: -apple-system-body) and (-webkit-appearance: none) {
|
|
2027
|
+
.cds--snippet__overflow-indicator--left {
|
|
2028
|
+
background-image: linear-gradient(to left, rgba(var(--cds-layer), 0), var(--cds-layer));
|
|
2029
|
+
}
|
|
2030
|
+
.cds--snippet__overflow-indicator--right {
|
|
2031
|
+
background-image: linear-gradient(to right, rgba(var(--cds-layer), 0), var(--cds-layer));
|
|
2019
2032
|
}
|
|
2020
2033
|
}
|
|
2021
2034
|
.cds--snippet--multi.cds--skeleton {
|
|
@@ -2058,6 +2071,15 @@
|
|
|
2058
2071
|
animation: none;
|
|
2059
2072
|
}
|
|
2060
2073
|
}
|
|
2074
|
+
@media screen and (-ms-high-contrast: active), (forced-colors: active) {
|
|
2075
|
+
.cds--snippet.cds--skeleton span {
|
|
2076
|
+
background: CanvasText;
|
|
2077
|
+
}
|
|
2078
|
+
.cds--snippet.cds--skeleton span::before {
|
|
2079
|
+
background: Canvas;
|
|
2080
|
+
forced-color-adjust: none;
|
|
2081
|
+
}
|
|
2082
|
+
}
|
|
2061
2083
|
.cds--snippet.cds--skeleton span:first-child {
|
|
2062
2084
|
margin: 0;
|
|
2063
2085
|
}
|
|
@@ -2659,6 +2681,15 @@ textarea:-webkit-autofill:focus {
|
|
|
2659
2681
|
animation: none;
|
|
2660
2682
|
}
|
|
2661
2683
|
}
|
|
2684
|
+
@media screen and (-ms-high-contrast: active), (forced-colors: active) {
|
|
2685
|
+
.cds--label.cds--skeleton {
|
|
2686
|
+
background: CanvasText;
|
|
2687
|
+
}
|
|
2688
|
+
.cds--label.cds--skeleton::before {
|
|
2689
|
+
background: Canvas;
|
|
2690
|
+
forced-color-adjust: none;
|
|
2691
|
+
}
|
|
2692
|
+
}
|
|
2662
2693
|
|
|
2663
2694
|
input[type=number],
|
|
2664
2695
|
input[type=text].cds--number {
|
|
@@ -2794,7 +2825,7 @@ input:not(output, [data-invalid]):-moz-ui-invalid {
|
|
|
2794
2825
|
line-height: var(--cds-helper-text-01-line-height, 1.33333);
|
|
2795
2826
|
letter-spacing: var(--cds-helper-text-01-letter-spacing, 0.32px);
|
|
2796
2827
|
z-index: 0;
|
|
2797
|
-
color: var(--cds-text-
|
|
2828
|
+
color: var(--cds-text-helper, #6f6f6f);
|
|
2798
2829
|
inline-size: 100%;
|
|
2799
2830
|
margin-block-start: 0.25rem;
|
|
2800
2831
|
opacity: 1;
|
|
@@ -3251,6 +3282,15 @@ fieldset[disabled] .cds--form__helper-text {
|
|
|
3251
3282
|
animation: none;
|
|
3252
3283
|
}
|
|
3253
3284
|
}
|
|
3285
|
+
@media screen and (-ms-high-contrast: active), (forced-colors: active) {
|
|
3286
|
+
.cds--skeleton.cds--text-input {
|
|
3287
|
+
background: CanvasText;
|
|
3288
|
+
}
|
|
3289
|
+
.cds--skeleton.cds--text-input::before {
|
|
3290
|
+
background: Canvas;
|
|
3291
|
+
forced-color-adjust: none;
|
|
3292
|
+
}
|
|
3293
|
+
}
|
|
3254
3294
|
|
|
3255
3295
|
.cds--form--fluid .cds--text-input-wrapper {
|
|
3256
3296
|
position: relative;
|
|
@@ -3538,12 +3578,10 @@ fieldset[disabled] .cds--form__helper-text {
|
|
|
3538
3578
|
stroke-dashoffset: -22;
|
|
3539
3579
|
}
|
|
3540
3580
|
|
|
3541
|
-
@
|
|
3542
|
-
|
|
3543
|
-
|
|
3544
|
-
|
|
3545
|
-
stroke-dashoffset: 0;
|
|
3546
|
-
}
|
|
3581
|
+
@supports (hanging-punctuation: first) and (font: -apple-system-body) and (-webkit-appearance: none) {
|
|
3582
|
+
circle.cds--loading__background {
|
|
3583
|
+
stroke-dasharray: 265;
|
|
3584
|
+
stroke-dashoffset: 0;
|
|
3547
3585
|
}
|
|
3548
3586
|
}
|
|
3549
3587
|
.cds--loading-overlay {
|
|
@@ -3962,20 +4000,18 @@ fieldset[disabled] .cds--form__helper-text {
|
|
|
3962
4000
|
.cds--tabs.cds--tabs--contained .cds--tabs__overflow-indicator--right {
|
|
3963
4001
|
background-image: linear-gradient(to right, rgba(255, 255, 255, 0), var(--cds-layer-accent));
|
|
3964
4002
|
}
|
|
3965
|
-
@
|
|
3966
|
-
|
|
3967
|
-
|
|
3968
|
-
|
|
3969
|
-
|
|
3970
|
-
|
|
3971
|
-
|
|
3972
|
-
|
|
3973
|
-
|
|
3974
|
-
|
|
3975
|
-
|
|
3976
|
-
|
|
3977
|
-
background-image: linear-gradient(to right, rgba(var(--cds-layer-accent), 0), var(--cds-layer-accent));
|
|
3978
|
-
}
|
|
4003
|
+
@supports (hanging-punctuation: first) and (font: -apple-system-body) and (-webkit-appearance: none) {
|
|
4004
|
+
.cds--tabs .cds--tabs__overflow-indicator--left {
|
|
4005
|
+
background-image: linear-gradient(to left, rgba(var(--cds-background, #ffffff), 0), var(--cds-background, #ffffff));
|
|
4006
|
+
}
|
|
4007
|
+
.cds--tabs .cds--tabs__overflow-indicator--right {
|
|
4008
|
+
background-image: linear-gradient(to right, rgba(var(--cds-background, #ffffff), 0), var(--cds-background, #ffffff));
|
|
4009
|
+
}
|
|
4010
|
+
.cds--tabs.cds--tabs--contained .cds--tabs__overflow-indicator--left {
|
|
4011
|
+
background-image: linear-gradient(to left, rgba(var(--cds-layer-accent), 0), var(--cds-layer-accent));
|
|
4012
|
+
}
|
|
4013
|
+
.cds--tabs.cds--tabs--contained .cds--tabs__overflow-indicator--right {
|
|
4014
|
+
background-image: linear-gradient(to right, rgba(var(--cds-layer-accent), 0), var(--cds-layer-accent));
|
|
3979
4015
|
}
|
|
3980
4016
|
}
|
|
3981
4017
|
.cds--tabs .cds--tabs__nav-item-label-wrapper {
|
|
@@ -4440,6 +4476,15 @@ fieldset[disabled] .cds--form__helper-text {
|
|
|
4440
4476
|
animation: none;
|
|
4441
4477
|
}
|
|
4442
4478
|
}
|
|
4479
|
+
@media screen and (-ms-high-contrast: active), (forced-colors: active) {
|
|
4480
|
+
.cds--tabs.cds--skeleton .cds--tabs__nav-link span {
|
|
4481
|
+
background: CanvasText;
|
|
4482
|
+
}
|
|
4483
|
+
.cds--tabs.cds--skeleton .cds--tabs__nav-link span::before {
|
|
4484
|
+
background: Canvas;
|
|
4485
|
+
forced-color-adjust: none;
|
|
4486
|
+
}
|
|
4487
|
+
}
|
|
4443
4488
|
|
|
4444
4489
|
@media screen and (-ms-high-contrast: active), (forced-colors: active) {
|
|
4445
4490
|
.cds--tabs__nav-item .cds--tabs__nav-item--selected .cds--tabs__nav-item--selected {
|
|
@@ -4681,7 +4726,7 @@ p.c4p--about-modal__copyright-text:first-child {
|
|
|
4681
4726
|
}
|
|
4682
4727
|
.cds--overflow-menu:hover,
|
|
4683
4728
|
.cds--overflow-menu__trigger:hover {
|
|
4684
|
-
background-color: var(--cds-
|
|
4729
|
+
background-color: var(--cds-background-hover, rgba(141, 141, 141, 0.12));
|
|
4685
4730
|
}
|
|
4686
4731
|
|
|
4687
4732
|
.cds--overflow-menu > :first-child {
|
|
@@ -4777,14 +4822,14 @@ p.c4p--about-modal__copyright-text:first-child {
|
|
|
4777
4822
|
}
|
|
4778
4823
|
|
|
4779
4824
|
.cds--overflow-menu-options--light {
|
|
4780
|
-
background-color: var(--cds-layer);
|
|
4825
|
+
background-color: var(--cds-layer-hover);
|
|
4781
4826
|
}
|
|
4782
4827
|
.cds--overflow-menu-options--light::after {
|
|
4783
4828
|
background-color: var(--cds-layer);
|
|
4784
4829
|
}
|
|
4785
4830
|
|
|
4786
4831
|
.cds--overflow-menu.cds--overflow-menu--light.cds--overflow-menu--open:hover {
|
|
4787
|
-
background-color: var(--cds-layer);
|
|
4832
|
+
background-color: var(--cds-layer-hover);
|
|
4788
4833
|
}
|
|
4789
4834
|
|
|
4790
4835
|
.cds--overflow-menu-options[data-floating-menu-direction=bottom]:not(.cds--breadcrumb-menu-options)::after {
|
|
@@ -7148,6 +7193,15 @@ a.cds--overflow-menu-options__btn::before {
|
|
|
7148
7193
|
animation: none;
|
|
7149
7194
|
}
|
|
7150
7195
|
}
|
|
7196
|
+
@media screen and (-ms-high-contrast: active), (forced-colors: active) {
|
|
7197
|
+
.cds--progress.cds--skeleton .cds--progress-label {
|
|
7198
|
+
background: CanvasText;
|
|
7199
|
+
}
|
|
7200
|
+
.cds--progress.cds--skeleton .cds--progress-label::before {
|
|
7201
|
+
background: Canvas;
|
|
7202
|
+
forced-color-adjust: none;
|
|
7203
|
+
}
|
|
7204
|
+
}
|
|
7151
7205
|
|
|
7152
7206
|
.cds--progress.cds--progress--vertical.cds--skeleton .cds--progress-label {
|
|
7153
7207
|
margin-block-start: 0.0625rem;
|
|
@@ -7409,6 +7463,15 @@ a.cds--overflow-menu-options__btn::before {
|
|
|
7409
7463
|
animation: none;
|
|
7410
7464
|
}
|
|
7411
7465
|
}
|
|
7466
|
+
@media screen and (-ms-high-contrast: active), (forced-colors: active) {
|
|
7467
|
+
.cds--toggle--skeleton .cds--toggle__skeleton-circle {
|
|
7468
|
+
background: CanvasText;
|
|
7469
|
+
}
|
|
7470
|
+
.cds--toggle--skeleton .cds--toggle__skeleton-circle::before {
|
|
7471
|
+
background: Canvas;
|
|
7472
|
+
forced-color-adjust: none;
|
|
7473
|
+
}
|
|
7474
|
+
}
|
|
7412
7475
|
|
|
7413
7476
|
.cds--toggle--skeleton .cds--toggle__skeleton-rectangle {
|
|
7414
7477
|
position: relative;
|
|
@@ -7441,6 +7504,15 @@ a.cds--overflow-menu-options__btn::before {
|
|
|
7441
7504
|
animation: none;
|
|
7442
7505
|
}
|
|
7443
7506
|
}
|
|
7507
|
+
@media screen and (-ms-high-contrast: active), (forced-colors: active) {
|
|
7508
|
+
.cds--toggle--skeleton .cds--toggle__skeleton-rectangle {
|
|
7509
|
+
background: CanvasText;
|
|
7510
|
+
}
|
|
7511
|
+
.cds--toggle--skeleton .cds--toggle__skeleton-rectangle::before {
|
|
7512
|
+
background: Canvas;
|
|
7513
|
+
forced-color-adjust: none;
|
|
7514
|
+
}
|
|
7515
|
+
}
|
|
7444
7516
|
|
|
7445
7517
|
[dir=rtl] .cds--toggle__switch--checked::before {
|
|
7446
7518
|
transform: translateX(-1.5rem);
|
|
@@ -8190,6 +8262,7 @@ a.cds--overflow-menu-options__btn::before {
|
|
|
8190
8262
|
-webkit-line-clamp: 2;
|
|
8191
8263
|
/* stylelint-disable-next-line carbon/layout-use -- custom css property set below */
|
|
8192
8264
|
padding-inline-end: var(--c4p--side-panel--title-padding-right);
|
|
8265
|
+
word-break: break-all;
|
|
8193
8266
|
opacity: calc(1 - var(--c4p--side-panel--scroll-animation-progress));
|
|
8194
8267
|
}
|
|
8195
8268
|
.c4p--side-panel .c4p--side-panel__title--no-label .c4p--side-panel__title-text {
|
|
@@ -8221,6 +8294,7 @@ a.cds--overflow-menu-options__btn::before {
|
|
|
8221
8294
|
-webkit-line-clamp: 2;
|
|
8222
8295
|
/* stylelint-disable-next-line carbon/layout-use -- custom css property set below */
|
|
8223
8296
|
padding-inline-end: var(--c4p--side-panel--title-padding-right);
|
|
8297
|
+
word-break: break-all;
|
|
8224
8298
|
position: absolute;
|
|
8225
8299
|
inset-block-start: 0;
|
|
8226
8300
|
opacity: var(--c4p--side-panel--scroll-animation-progress);
|
|
@@ -8350,18 +8424,6 @@ a.cds--overflow-menu-options__btn::before {
|
|
|
8350
8424
|
block-size: var(--c4p--side-panel--actions-height);
|
|
8351
8425
|
}
|
|
8352
8426
|
|
|
8353
|
-
.c4p--side-panel .cds--text-input,
|
|
8354
|
-
.c4p--side-panel .cds--text-area,
|
|
8355
|
-
.c4p--side-panel .cds--search-input,
|
|
8356
|
-
.c4p--side-panel .cds--select-input,
|
|
8357
|
-
.c4p--side-panel .cds--multi-select,
|
|
8358
|
-
.c4p--side-panel .cds--dropdown,
|
|
8359
|
-
.c4p--side-panel .cds--dropdown-list,
|
|
8360
|
-
.c4p--side-panel .cds--number input[type=number],
|
|
8361
|
-
.c4p--side-panel .cds--date-picker__input {
|
|
8362
|
-
background-color: var(--cds-field-02, #ffffff);
|
|
8363
|
-
}
|
|
8364
|
-
|
|
8365
8427
|
@keyframes side-panel-overlay-entrance {
|
|
8366
8428
|
0% {
|
|
8367
8429
|
opacity: 0;
|
|
@@ -8926,24 +8988,24 @@ a.cds--overflow-menu-options__btn::before {
|
|
|
8926
8988
|
color: var(--cds-link-hover-text-color, var(--cds-link-primary-hover, #0043ce));
|
|
8927
8989
|
text-decoration: underline;
|
|
8928
8990
|
}
|
|
8929
|
-
.cds--link:active, .cds--link:active:visited, .cds--link:active:visited:hover {
|
|
8991
|
+
.cds--link:active:not(.cds--link--disabled), .cds--link:active:visited, .cds--link:active:visited:hover {
|
|
8930
8992
|
outline: 1px solid var(--cds-focus, #0f62fe);
|
|
8931
8993
|
color: var(--cds-link-text-color, var(--cds-link-primary, #0f62fe));
|
|
8932
8994
|
outline-color: var(--cds-link-focus-text-color, var(--cds-focus, #0f62fe));
|
|
8933
8995
|
text-decoration: underline;
|
|
8934
8996
|
}
|
|
8935
8997
|
@media screen and (prefers-contrast) {
|
|
8936
|
-
.cds--link:active, .cds--link:active:visited, .cds--link:active:visited:hover {
|
|
8998
|
+
.cds--link:active:not(.cds--link--disabled), .cds--link:active:visited, .cds--link:active:visited:hover {
|
|
8937
8999
|
outline-style: dotted;
|
|
8938
9000
|
}
|
|
8939
9001
|
}
|
|
8940
|
-
.cds--link:focus {
|
|
9002
|
+
.cds--link:focus:not(.cds--link--disabled) {
|
|
8941
9003
|
outline: 1px solid var(--cds-focus, #0f62fe);
|
|
8942
9004
|
outline-color: var(--cds-link-focus-text-color, var(--cds-focus, #0f62fe));
|
|
8943
9005
|
text-decoration: underline;
|
|
8944
9006
|
}
|
|
8945
9007
|
@media screen and (prefers-contrast) {
|
|
8946
|
-
.cds--link:focus {
|
|
9008
|
+
.cds--link:focus:not(.cds--link--disabled) {
|
|
8947
9009
|
outline-style: dotted;
|
|
8948
9010
|
}
|
|
8949
9011
|
}
|
|
@@ -9319,6 +9381,15 @@ a.cds--overflow-menu-options__btn::before {
|
|
|
9319
9381
|
animation: none;
|
|
9320
9382
|
}
|
|
9321
9383
|
}
|
|
9384
|
+
@media screen and (-ms-high-contrast: active), (forced-colors: active) {
|
|
9385
|
+
.cds--radio-button__label.cds--skeleton {
|
|
9386
|
+
background: CanvasText;
|
|
9387
|
+
}
|
|
9388
|
+
.cds--radio-button__label.cds--skeleton::before {
|
|
9389
|
+
background: Canvas;
|
|
9390
|
+
forced-color-adjust: none;
|
|
9391
|
+
}
|
|
9392
|
+
}
|
|
9322
9393
|
|
|
9323
9394
|
.cds--radio-button__label.cds--skeleton .cds--radio-button__appearance {
|
|
9324
9395
|
display: none;
|
|
@@ -11267,6 +11338,15 @@ button.c4p--add-select__global-filter-toggle--open {
|
|
|
11267
11338
|
animation: none;
|
|
11268
11339
|
}
|
|
11269
11340
|
}
|
|
11341
|
+
@media screen and (-ms-high-contrast: active), (forced-colors: active) {
|
|
11342
|
+
.cds--breadcrumb.cds--skeleton .cds--link {
|
|
11343
|
+
background: CanvasText;
|
|
11344
|
+
}
|
|
11345
|
+
.cds--breadcrumb.cds--skeleton .cds--link::before {
|
|
11346
|
+
background: Canvas;
|
|
11347
|
+
forced-color-adjust: none;
|
|
11348
|
+
}
|
|
11349
|
+
}
|
|
11270
11350
|
|
|
11271
11351
|
@keyframes ai-skeleton-animation {
|
|
11272
11352
|
0% {
|
|
@@ -11307,6 +11387,15 @@ button.c4p--add-select__global-filter-toggle--open {
|
|
|
11307
11387
|
animation: none;
|
|
11308
11388
|
}
|
|
11309
11389
|
}
|
|
11390
|
+
@media screen and (-ms-high-contrast: active), (forced-colors: active) {
|
|
11391
|
+
.cds--icon--skeleton {
|
|
11392
|
+
background: CanvasText;
|
|
11393
|
+
}
|
|
11394
|
+
.cds--icon--skeleton::before {
|
|
11395
|
+
background: Canvas;
|
|
11396
|
+
forced-color-adjust: none;
|
|
11397
|
+
}
|
|
11398
|
+
}
|
|
11310
11399
|
|
|
11311
11400
|
.cds--skeleton__placeholder {
|
|
11312
11401
|
position: relative;
|
|
@@ -11338,6 +11427,15 @@ button.c4p--add-select__global-filter-toggle--open {
|
|
|
11338
11427
|
animation: none;
|
|
11339
11428
|
}
|
|
11340
11429
|
}
|
|
11430
|
+
@media screen and (-ms-high-contrast: active), (forced-colors: active) {
|
|
11431
|
+
.cds--skeleton__placeholder {
|
|
11432
|
+
background: CanvasText;
|
|
11433
|
+
}
|
|
11434
|
+
.cds--skeleton__placeholder::before {
|
|
11435
|
+
background: Canvas;
|
|
11436
|
+
forced-color-adjust: none;
|
|
11437
|
+
}
|
|
11438
|
+
}
|
|
11341
11439
|
|
|
11342
11440
|
.cds--skeleton__text {
|
|
11343
11441
|
position: relative;
|
|
@@ -11370,6 +11468,15 @@ button.c4p--add-select__global-filter-toggle--open {
|
|
|
11370
11468
|
animation: none;
|
|
11371
11469
|
}
|
|
11372
11470
|
}
|
|
11471
|
+
@media screen and (-ms-high-contrast: active), (forced-colors: active) {
|
|
11472
|
+
.cds--skeleton__text {
|
|
11473
|
+
background: CanvasText;
|
|
11474
|
+
}
|
|
11475
|
+
.cds--skeleton__text::before {
|
|
11476
|
+
background: Canvas;
|
|
11477
|
+
forced-color-adjust: none;
|
|
11478
|
+
}
|
|
11479
|
+
}
|
|
11373
11480
|
|
|
11374
11481
|
.cds--skeleton__heading {
|
|
11375
11482
|
block-size: 1.5rem;
|
|
@@ -11406,6 +11513,18 @@ button.c4p--add-select__global-filter-toggle--open {
|
|
|
11406
11513
|
border-radius: 0.125rem;
|
|
11407
11514
|
}
|
|
11408
11515
|
|
|
11516
|
+
@media screen and (-ms-high-contrast: active), (forced-colors: active) {
|
|
11517
|
+
.cds--skeleton__text--ai,
|
|
11518
|
+
.cds--skeleton__placeholder--ai,
|
|
11519
|
+
.cds--skeleton__icon--ai {
|
|
11520
|
+
background: CanvasText;
|
|
11521
|
+
}
|
|
11522
|
+
.cds--skeleton__text--ai::before,
|
|
11523
|
+
.cds--skeleton__placeholder--ai::before,
|
|
11524
|
+
.cds--skeleton__icon--ai::before {
|
|
11525
|
+
background: Canvas;
|
|
11526
|
+
}
|
|
11527
|
+
}
|
|
11409
11528
|
.cds--tag {
|
|
11410
11529
|
--cds-layout-size-height-xs: 1.125rem;
|
|
11411
11530
|
--cds-layout-size-height-sm: 1.125rem;
|
|
@@ -11898,6 +12017,15 @@ button.c4p--add-select__global-filter-toggle--open {
|
|
|
11898
12017
|
animation: none;
|
|
11899
12018
|
}
|
|
11900
12019
|
}
|
|
12020
|
+
@media screen and (-ms-high-contrast: active), (forced-colors: active) {
|
|
12021
|
+
.cds--tag.cds--skeleton {
|
|
12022
|
+
background: CanvasText;
|
|
12023
|
+
}
|
|
12024
|
+
.cds--tag.cds--skeleton::before {
|
|
12025
|
+
background: Canvas;
|
|
12026
|
+
forced-color-adjust: none;
|
|
12027
|
+
}
|
|
12028
|
+
}
|
|
11901
12029
|
.cds--tag.cds--skeleton.cds--tag--operational {
|
|
11902
12030
|
border: 1px solid var(--cds-skeleton-background, #e8e8e8);
|
|
11903
12031
|
}
|
|
@@ -11910,11 +12038,9 @@ button.c4p--add-select__global-filter-toggle--open {
|
|
|
11910
12038
|
.cds--tag.cds--skeleton .cds--definition-term .cds--tag__label {
|
|
11911
12039
|
color: var(--cds-text-primary, #161616);
|
|
11912
12040
|
}
|
|
11913
|
-
@
|
|
11914
|
-
|
|
11915
|
-
|
|
11916
|
-
transform: translateZ(0);
|
|
11917
|
-
}
|
|
12041
|
+
@supports (hanging-punctuation: first) and (font: -apple-system-body) and (-webkit-appearance: none) {
|
|
12042
|
+
.cds--tag.cds--skeleton {
|
|
12043
|
+
transform: translateZ(0);
|
|
11918
12044
|
}
|
|
11919
12045
|
}
|
|
11920
12046
|
|
|
@@ -13609,11 +13735,6 @@ button.c4p--add-select__global-filter-toggle--open {
|
|
|
13609
13735
|
min-inline-size: initial;
|
|
13610
13736
|
text-align: start;
|
|
13611
13737
|
}
|
|
13612
|
-
.c4p--tag-set-overflow__tagset-popover .c4p--tag-set-overflow__popover-trigger {
|
|
13613
|
-
/* stylelint-disable-next-line declaration-no-important */
|
|
13614
|
-
border: none !important;
|
|
13615
|
-
font-family: inherit;
|
|
13616
|
-
}
|
|
13617
13738
|
.c4p--tag-set-overflow__tagset-popover .c4p--tag-set-overflow__show-all-tags-link.cds--link:visited {
|
|
13618
13739
|
display: inline-block;
|
|
13619
13740
|
margin: 0.5rem 0 0.25rem;
|
|
@@ -15583,6 +15704,19 @@ button.c4p--add-select__global-filter-toggle--open {
|
|
|
15583
15704
|
animation: none;
|
|
15584
15705
|
}
|
|
15585
15706
|
}
|
|
15707
|
+
@media screen and (-ms-high-contrast: active), (forced-colors: active) {
|
|
15708
|
+
.cds--search--lg.cds--skeleton .cds--search-input,
|
|
15709
|
+
.cds--search--md.cds--skeleton .cds--search-input,
|
|
15710
|
+
.cds--search--sm.cds--skeleton .cds--search-input {
|
|
15711
|
+
background: CanvasText;
|
|
15712
|
+
}
|
|
15713
|
+
.cds--search--lg.cds--skeleton .cds--search-input::before,
|
|
15714
|
+
.cds--search--md.cds--skeleton .cds--search-input::before,
|
|
15715
|
+
.cds--search--sm.cds--skeleton .cds--search-input::before {
|
|
15716
|
+
background: Canvas;
|
|
15717
|
+
forced-color-adjust: none;
|
|
15718
|
+
}
|
|
15719
|
+
}
|
|
15586
15720
|
.cds--search--lg.cds--skeleton .cds--search-input::placeholder,
|
|
15587
15721
|
.cds--search--md.cds--skeleton .cds--search-input::placeholder,
|
|
15588
15722
|
.cds--search--sm.cds--skeleton .cds--search-input::placeholder {
|
|
@@ -24121,6 +24255,7 @@ th.c4p--datagrid__select-all-toggle-on.button {
|
|
|
24121
24255
|
}
|
|
24122
24256
|
|
|
24123
24257
|
.cds--accordion__heading[disabled] {
|
|
24258
|
+
background-color: transparent;
|
|
24124
24259
|
color: var(--cds-text-disabled, rgba(22, 22, 22, 0.25));
|
|
24125
24260
|
cursor: not-allowed;
|
|
24126
24261
|
}
|
|
@@ -24666,6 +24801,15 @@ li.cds--accordion__item--disabled:last-of-type {
|
|
|
24666
24801
|
animation: none;
|
|
24667
24802
|
}
|
|
24668
24803
|
}
|
|
24804
|
+
@media screen and (-ms-high-contrast: active), (forced-colors: active) {
|
|
24805
|
+
.cds--checkbox-label-text.cds--skeleton {
|
|
24806
|
+
background: CanvasText;
|
|
24807
|
+
}
|
|
24808
|
+
.cds--checkbox-label-text.cds--skeleton::before {
|
|
24809
|
+
background: Canvas;
|
|
24810
|
+
forced-color-adjust: none;
|
|
24811
|
+
}
|
|
24812
|
+
}
|
|
24669
24813
|
|
|
24670
24814
|
.cds--checkbox--inline {
|
|
24671
24815
|
position: relative;
|