@carbon/styles 1.31.1 → 1.32.0-rc.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/css/styles.css +135 -68
- package/css/styles.min.css +1 -1
- package/package.json +2 -2
- package/scss/_layout.scss +24 -5
- package/scss/components/button/_button.scss +1 -0
- package/scss/components/button/_mixins.scss +10 -2
- package/scss/components/contained-list/_contained-list.scss +19 -6
- package/scss/components/data-table/action/_data-table-action.scss +2 -2
- package/scss/components/fluid-search/_fluid-search.scss +3 -12
- package/scss/components/notification/_actionable-notification.scss +2 -1
- package/scss/components/popover/_popover.scss +1 -4
- package/scss/components/progress-bar/_progress-bar.scss +1 -4
- package/scss/components/tile/_tile.scss +16 -11
- package/scss/components/toggle/_toggle.scss +26 -8
- package/scss/components/ui-shell/header/_header.scss +4 -0
- package/scss/utilities/_layout.scss +3 -23
- package/scss/utilities/_skeleton.scss +25 -0
package/css/styles.css
CHANGED
|
@@ -2632,15 +2632,15 @@ em {
|
|
|
2632
2632
|
--cds-layout-size-height: var(--cds-layout-size-height-context);
|
|
2633
2633
|
}
|
|
2634
2634
|
|
|
2635
|
-
.cds--layout-constraint--
|
|
2635
|
+
.cds--layout-constraint--size__default-xs {
|
|
2636
2636
|
--cds-layout-size-height: var(--cds-layout-size-height-context, var(--cds-layout-size-height-xs, 1.5rem));
|
|
2637
2637
|
}
|
|
2638
2638
|
|
|
2639
|
-
.cds--layout-constraint--
|
|
2639
|
+
.cds--layout-constraint--size__min-xs {
|
|
2640
2640
|
--cds-layout-size-height-min: var(--cds-layout-size-height-xs, 1.5rem);
|
|
2641
2641
|
}
|
|
2642
2642
|
|
|
2643
|
-
.cds--layout-constraint--
|
|
2643
|
+
.cds--layout-constraint--size__max-xs {
|
|
2644
2644
|
--cds-layout-size-height-max: var(--cds-layout-size-height-xs, 1.5rem);
|
|
2645
2645
|
}
|
|
2646
2646
|
|
|
@@ -2649,15 +2649,15 @@ em {
|
|
|
2649
2649
|
--cds-layout-size-height: var(--cds-layout-size-height-context);
|
|
2650
2650
|
}
|
|
2651
2651
|
|
|
2652
|
-
.cds--layout-constraint--
|
|
2652
|
+
.cds--layout-constraint--size__default-sm {
|
|
2653
2653
|
--cds-layout-size-height: var(--cds-layout-size-height-context, var(--cds-layout-size-height-sm, 2rem));
|
|
2654
2654
|
}
|
|
2655
2655
|
|
|
2656
|
-
.cds--layout-constraint--
|
|
2656
|
+
.cds--layout-constraint--size__min-sm {
|
|
2657
2657
|
--cds-layout-size-height-min: var(--cds-layout-size-height-sm, 2rem);
|
|
2658
2658
|
}
|
|
2659
2659
|
|
|
2660
|
-
.cds--layout-constraint--
|
|
2660
|
+
.cds--layout-constraint--size__max-sm {
|
|
2661
2661
|
--cds-layout-size-height-max: var(--cds-layout-size-height-sm, 2rem);
|
|
2662
2662
|
}
|
|
2663
2663
|
|
|
@@ -2666,15 +2666,15 @@ em {
|
|
|
2666
2666
|
--cds-layout-size-height: var(--cds-layout-size-height-context);
|
|
2667
2667
|
}
|
|
2668
2668
|
|
|
2669
|
-
.cds--layout-constraint--
|
|
2669
|
+
.cds--layout-constraint--size__default-md {
|
|
2670
2670
|
--cds-layout-size-height: var(--cds-layout-size-height-context, var(--cds-layout-size-height-md, 2.5rem));
|
|
2671
2671
|
}
|
|
2672
2672
|
|
|
2673
|
-
.cds--layout-constraint--
|
|
2673
|
+
.cds--layout-constraint--size__min-md {
|
|
2674
2674
|
--cds-layout-size-height-min: var(--cds-layout-size-height-md, 2.5rem);
|
|
2675
2675
|
}
|
|
2676
2676
|
|
|
2677
|
-
.cds--layout-constraint--
|
|
2677
|
+
.cds--layout-constraint--size__max-md {
|
|
2678
2678
|
--cds-layout-size-height-max: var(--cds-layout-size-height-md, 2.5rem);
|
|
2679
2679
|
}
|
|
2680
2680
|
|
|
@@ -2683,15 +2683,15 @@ em {
|
|
|
2683
2683
|
--cds-layout-size-height: var(--cds-layout-size-height-context);
|
|
2684
2684
|
}
|
|
2685
2685
|
|
|
2686
|
-
.cds--layout-constraint--
|
|
2686
|
+
.cds--layout-constraint--size__default-lg {
|
|
2687
2687
|
--cds-layout-size-height: var(--cds-layout-size-height-context, var(--cds-layout-size-height-lg, 3rem));
|
|
2688
2688
|
}
|
|
2689
2689
|
|
|
2690
|
-
.cds--layout-constraint--
|
|
2690
|
+
.cds--layout-constraint--size__min-lg {
|
|
2691
2691
|
--cds-layout-size-height-min: var(--cds-layout-size-height-lg, 3rem);
|
|
2692
2692
|
}
|
|
2693
2693
|
|
|
2694
|
-
.cds--layout-constraint--
|
|
2694
|
+
.cds--layout-constraint--size__max-lg {
|
|
2695
2695
|
--cds-layout-size-height-max: var(--cds-layout-size-height-lg, 3rem);
|
|
2696
2696
|
}
|
|
2697
2697
|
|
|
@@ -2700,15 +2700,15 @@ em {
|
|
|
2700
2700
|
--cds-layout-size-height: var(--cds-layout-size-height-context);
|
|
2701
2701
|
}
|
|
2702
2702
|
|
|
2703
|
-
.cds--layout-constraint--
|
|
2703
|
+
.cds--layout-constraint--size__default-xl {
|
|
2704
2704
|
--cds-layout-size-height: var(--cds-layout-size-height-context, var(--cds-layout-size-height-xl, 4rem));
|
|
2705
2705
|
}
|
|
2706
2706
|
|
|
2707
|
-
.cds--layout-constraint--
|
|
2707
|
+
.cds--layout-constraint--size__min-xl {
|
|
2708
2708
|
--cds-layout-size-height-min: var(--cds-layout-size-height-xl, 4rem);
|
|
2709
2709
|
}
|
|
2710
2710
|
|
|
2711
|
-
.cds--layout-constraint--
|
|
2711
|
+
.cds--layout-constraint--size__max-xl {
|
|
2712
2712
|
--cds-layout-size-height-max: var(--cds-layout-size-height-xl, 4rem);
|
|
2713
2713
|
}
|
|
2714
2714
|
|
|
@@ -2717,15 +2717,15 @@ em {
|
|
|
2717
2717
|
--cds-layout-size-height: var(--cds-layout-size-height-context);
|
|
2718
2718
|
}
|
|
2719
2719
|
|
|
2720
|
-
.cds--layout-constraint--
|
|
2720
|
+
.cds--layout-constraint--size__default-2xl {
|
|
2721
2721
|
--cds-layout-size-height: var(--cds-layout-size-height-context, var(--cds-layout-size-height-2xl, 5rem));
|
|
2722
2722
|
}
|
|
2723
2723
|
|
|
2724
|
-
.cds--layout-constraint--
|
|
2724
|
+
.cds--layout-constraint--size__min-2xl {
|
|
2725
2725
|
--cds-layout-size-height-min: var(--cds-layout-size-height-2xl, 5rem);
|
|
2726
2726
|
}
|
|
2727
2727
|
|
|
2728
|
-
.cds--layout-constraint--
|
|
2728
|
+
.cds--layout-constraint--size__max-2xl {
|
|
2729
2729
|
--cds-layout-size-height-max: var(--cds-layout-size-height-2xl, 5rem);
|
|
2730
2730
|
}
|
|
2731
2731
|
|
|
@@ -2734,15 +2734,15 @@ em {
|
|
|
2734
2734
|
--cds-layout-density-padding-inline: var(--cds-layout-density-padding-inline-context);
|
|
2735
2735
|
}
|
|
2736
2736
|
|
|
2737
|
-
.cds--layout-constraint--
|
|
2737
|
+
.cds--layout-constraint--density__default-condensed {
|
|
2738
2738
|
--cds-layout-density-padding-inline: var(--cds-layout-density-padding-inline-context, var(--cds-layout-density-padding-inline-condensed, 0.5rem));
|
|
2739
2739
|
}
|
|
2740
2740
|
|
|
2741
|
-
.cds--layout-constraint--
|
|
2741
|
+
.cds--layout-constraint--density__min-condensed {
|
|
2742
2742
|
--cds-layout-density-padding-inline-min: var(--cds-layout-density-padding-inline-condensed, 0.5rem);
|
|
2743
2743
|
}
|
|
2744
2744
|
|
|
2745
|
-
.cds--layout-constraint--
|
|
2745
|
+
.cds--layout-constraint--density__max-condensed {
|
|
2746
2746
|
--cds-layout-density-padding-inline-max: var(--cds-layout-density-padding-inline-condensed, 0.5rem);
|
|
2747
2747
|
}
|
|
2748
2748
|
|
|
@@ -2751,15 +2751,15 @@ em {
|
|
|
2751
2751
|
--cds-layout-density-padding-inline: var(--cds-layout-density-padding-inline-context);
|
|
2752
2752
|
}
|
|
2753
2753
|
|
|
2754
|
-
.cds--layout-constraint--
|
|
2754
|
+
.cds--layout-constraint--density__default-normal {
|
|
2755
2755
|
--cds-layout-density-padding-inline: var(--cds-layout-density-padding-inline-context, var(--cds-layout-density-padding-inline-normal, 1rem));
|
|
2756
2756
|
}
|
|
2757
2757
|
|
|
2758
|
-
.cds--layout-constraint--
|
|
2758
|
+
.cds--layout-constraint--density__min-normal {
|
|
2759
2759
|
--cds-layout-density-padding-inline-min: var(--cds-layout-density-padding-inline-normal, 1rem);
|
|
2760
2760
|
}
|
|
2761
2761
|
|
|
2762
|
-
.cds--layout-constraint--
|
|
2762
|
+
.cds--layout-constraint--density__max-normal {
|
|
2763
2763
|
--cds-layout-density-padding-inline-max: var(--cds-layout-density-padding-inline-normal, 1rem);
|
|
2764
2764
|
}
|
|
2765
2765
|
|
|
@@ -4160,9 +4160,12 @@ li.cds--accordion__item--disabled:last-of-type {
|
|
|
4160
4160
|
.cds--btn {
|
|
4161
4161
|
--cds-layout-size-height-local: clamp(var(--cds-layout-size-height-min), var(--cds-layout-size-height, var(--cds-layout-size-height-lg)), var(--cds-layout-size-height-max));
|
|
4162
4162
|
--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));
|
|
4163
|
-
--temp-1lh: (
|
|
4163
|
+
--temp-1lh: (
|
|
4164
|
+
var(--cds-body-compact-01-line-height, 1.28572) * 1em
|
|
4165
|
+
);
|
|
4164
4166
|
--temp-padding-block-max: calc(
|
|
4165
|
-
(var(--cds-layout-size-height-lg) - var(--temp-1lh)) / 2 -
|
|
4167
|
+
(var(--cds-layout-size-height-lg) - var(--temp-1lh)) / 2 -
|
|
4168
|
+
0.0625rem
|
|
4166
4169
|
);
|
|
4167
4170
|
box-sizing: border-box;
|
|
4168
4171
|
padding: 0;
|
|
@@ -4367,6 +4370,7 @@ li.cds--accordion__item--disabled:last-of-type {
|
|
|
4367
4370
|
padding-block-start: min((var(--cds-layout-size-height-local) - 1rem) / 2 - 0.0625rem, var(--temp-padding-block-max));
|
|
4368
4371
|
}
|
|
4369
4372
|
.cds--btn--icon-only > :first-child {
|
|
4373
|
+
min-width: 1rem;
|
|
4370
4374
|
-webkit-margin-before: 0.0625rem;
|
|
4371
4375
|
margin-block-start: 0.0625rem;
|
|
4372
4376
|
}
|
|
@@ -7728,6 +7732,11 @@ fieldset[disabled] .cds--form__helper-text {
|
|
|
7728
7732
|
--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));
|
|
7729
7733
|
}
|
|
7730
7734
|
|
|
7735
|
+
.cds--contained-list > ul {
|
|
7736
|
+
padding: 0;
|
|
7737
|
+
margin: 0;
|
|
7738
|
+
}
|
|
7739
|
+
|
|
7731
7740
|
.cds--contained-list__header {
|
|
7732
7741
|
position: sticky;
|
|
7733
7742
|
z-index: 1;
|
|
@@ -7819,12 +7828,17 @@ fieldset[disabled] .cds--form__helper-text {
|
|
|
7819
7828
|
|
|
7820
7829
|
.cds--contained-list-item {
|
|
7821
7830
|
position: relative;
|
|
7831
|
+
list-style: none;
|
|
7822
7832
|
}
|
|
7823
7833
|
|
|
7824
7834
|
.cds--contained-list-item:not(:first-of-type) {
|
|
7825
7835
|
margin-top: -1px;
|
|
7826
7836
|
}
|
|
7827
7837
|
|
|
7838
|
+
.cds--contained-list-item__content {
|
|
7839
|
+
box-sizing: border-box;
|
|
7840
|
+
}
|
|
7841
|
+
|
|
7828
7842
|
.cds--contained-list-item--clickable .cds--contained-list-item__content {
|
|
7829
7843
|
box-sizing: border-box;
|
|
7830
7844
|
padding: 0;
|
|
@@ -7857,7 +7871,9 @@ fieldset[disabled] .cds--form__helper-text {
|
|
|
7857
7871
|
|
|
7858
7872
|
.cds--contained-list-item__content,
|
|
7859
7873
|
.cds--contained-list-item--clickable .cds--contained-list-item__content {
|
|
7860
|
-
--temp-1lh: (
|
|
7874
|
+
--temp-1lh: (
|
|
7875
|
+
var(--cds-body-01-line-height, 1.42857) * 1em
|
|
7876
|
+
);
|
|
7861
7877
|
font-size: var(--cds-body-01-font-size, 0.875rem);
|
|
7862
7878
|
font-weight: var(--cds-body-01-font-weight, 400);
|
|
7863
7879
|
line-height: var(--cds-body-01-line-height, 1.42857);
|
|
@@ -7903,11 +7919,8 @@ fieldset[disabled] .cds--form__helper-text {
|
|
|
7903
7919
|
outline: 2px solid var(--cds-focus, #0f62fe);
|
|
7904
7920
|
outline-offset: -2px;
|
|
7905
7921
|
position: absolute;
|
|
7906
|
-
top: 0;
|
|
7907
|
-
right: 0;
|
|
7908
|
-
bottom: 0;
|
|
7909
|
-
left: 0;
|
|
7910
7922
|
content: "";
|
|
7923
|
+
inset: 0;
|
|
7911
7924
|
}
|
|
7912
7925
|
@media screen and (prefers-contrast) {
|
|
7913
7926
|
.cds--contained-list-item--clickable .cds--contained-list-item__content:focus::after {
|
|
@@ -9318,7 +9331,8 @@ tr.cds--data-table--selected:last-of-type td {
|
|
|
9318
9331
|
}
|
|
9319
9332
|
|
|
9320
9333
|
.cds--action-list .cds--btn {
|
|
9321
|
-
padding:
|
|
9334
|
+
padding-right: 1rem;
|
|
9335
|
+
padding-left: 1rem;
|
|
9322
9336
|
color: var(--cds-text-on-color, #ffffff);
|
|
9323
9337
|
white-space: nowrap;
|
|
9324
9338
|
}
|
|
@@ -13709,35 +13723,26 @@ button.cds--dropdown-text:focus {
|
|
|
13709
13723
|
}
|
|
13710
13724
|
|
|
13711
13725
|
.cds--search--fluid .cds--search-magnifier-icon {
|
|
13712
|
-
|
|
13713
|
-
right: 1rem;
|
|
13714
|
-
bottom: 0.8125rem;
|
|
13715
|
-
left: auto;
|
|
13726
|
+
inset: auto 1rem 0.8125rem auto;
|
|
13716
13727
|
transform: none;
|
|
13717
13728
|
}
|
|
13718
13729
|
|
|
13719
13730
|
.cds--search--fluid .cds--search-close {
|
|
13720
|
-
top: auto;
|
|
13721
|
-
right: 3rem;
|
|
13722
|
-
bottom: 0;
|
|
13723
|
-
left: auto;
|
|
13724
13731
|
width: 2.5rem;
|
|
13725
13732
|
height: 2.5rem;
|
|
13726
13733
|
border: none;
|
|
13734
|
+
inset: auto 3rem 0 auto;
|
|
13727
13735
|
transition: background-color 70ms cubic-bezier(0.2, 0, 0.38, 0.9);
|
|
13728
13736
|
}
|
|
13729
13737
|
|
|
13730
13738
|
.cds--search--fluid .cds--search-close::before {
|
|
13731
13739
|
position: absolute;
|
|
13732
|
-
top: auto;
|
|
13733
|
-
right: -0.0625rem;
|
|
13734
|
-
bottom: 0.875rem;
|
|
13735
|
-
left: auto;
|
|
13736
13740
|
display: block;
|
|
13737
13741
|
width: 0.0625rem;
|
|
13738
13742
|
height: 1rem;
|
|
13739
13743
|
background: var(--cds-border-subtle);
|
|
13740
13744
|
content: "";
|
|
13745
|
+
inset: auto -0.0625rem 0.875rem auto;
|
|
13741
13746
|
}
|
|
13742
13747
|
|
|
13743
13748
|
.cds--search--fluid .cds--search-input:focus ~ .cds--search-close:hover {
|
|
@@ -16454,7 +16459,8 @@ optgroup.cds--select-optgroup:disabled,
|
|
|
16454
16459
|
|
|
16455
16460
|
/* Tertiary action button when not inline (toast) */
|
|
16456
16461
|
.cds--actionable-notification__action-button.cds--btn--tertiary {
|
|
16457
|
-
padding:
|
|
16462
|
+
padding-right: 1rem;
|
|
16463
|
+
padding-left: 1rem;
|
|
16458
16464
|
margin-bottom: 1rem;
|
|
16459
16465
|
margin-left: calc(2rem + 1.25rem - 0.125rem);
|
|
16460
16466
|
}
|
|
@@ -17678,11 +17684,8 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
|
17678
17684
|
.cds--popover {
|
|
17679
17685
|
position: absolute;
|
|
17680
17686
|
z-index: 6000;
|
|
17681
|
-
top: 0;
|
|
17682
|
-
right: 0;
|
|
17683
|
-
bottom: 0;
|
|
17684
|
-
left: 0;
|
|
17685
17687
|
filter: var(--cds-popover-drop-shadow, none);
|
|
17688
|
+
inset: 0;
|
|
17686
17689
|
pointer-events: none;
|
|
17687
17690
|
}
|
|
17688
17691
|
|
|
@@ -18010,10 +18013,6 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
|
18010
18013
|
|
|
18011
18014
|
.cds--progress-bar--indeterminate .cds--progress-bar__track::after {
|
|
18012
18015
|
position: absolute;
|
|
18013
|
-
top: 0;
|
|
18014
|
-
right: 0;
|
|
18015
|
-
bottom: 0;
|
|
18016
|
-
left: 0;
|
|
18017
18016
|
animation-duration: 1400ms;
|
|
18018
18017
|
animation-iteration-count: infinite;
|
|
18019
18018
|
animation-name: progress-bar-indeterminate;
|
|
@@ -18022,6 +18021,7 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
|
18022
18021
|
background-position-x: 0%;
|
|
18023
18022
|
background-size: 200% 100%;
|
|
18024
18023
|
content: "";
|
|
18024
|
+
inset: 0;
|
|
18025
18025
|
}
|
|
18026
18026
|
|
|
18027
18027
|
.cds--progress-bar__helper-text {
|
|
@@ -20140,11 +20140,12 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
|
20140
20140
|
}
|
|
20141
20141
|
|
|
20142
20142
|
.cds--tile {
|
|
20143
|
+
--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));
|
|
20143
20144
|
position: relative;
|
|
20144
20145
|
display: block;
|
|
20145
20146
|
min-width: 8rem;
|
|
20146
20147
|
min-height: 4rem;
|
|
20147
|
-
padding:
|
|
20148
|
+
padding: var(--cds-layout-density-padding-inline-local);
|
|
20148
20149
|
background-color: var(--cds-layer);
|
|
20149
20150
|
outline: 2px solid transparent;
|
|
20150
20151
|
outline-offset: -2px;
|
|
@@ -20225,7 +20226,6 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
|
20225
20226
|
.cds--tile--clickable.cds--link--disabled,
|
|
20226
20227
|
.cds--tile--clickable:hover.cds--link--disabled {
|
|
20227
20228
|
display: block;
|
|
20228
|
-
padding: 1rem;
|
|
20229
20229
|
background-color: var(--cds-layer);
|
|
20230
20230
|
color: var(--cds-text-disabled, rgba(22, 22, 22, 0.25));
|
|
20231
20231
|
cursor: not-allowed;
|
|
@@ -20234,8 +20234,8 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
|
20234
20234
|
.cds--tile--clickable .cds--tile--icon,
|
|
20235
20235
|
.cds--tile--clickable.cds--link--disabled .cds--tile--disabled-icon {
|
|
20236
20236
|
position: absolute;
|
|
20237
|
-
right:
|
|
20238
|
-
bottom:
|
|
20237
|
+
right: var(--cds-layout-density-padding-inline-local);
|
|
20238
|
+
bottom: var(--cds-layout-density-padding-inline-local);
|
|
20239
20239
|
}
|
|
20240
20240
|
|
|
20241
20241
|
.cds--tile--clickable .cds--tile--icon {
|
|
@@ -20251,14 +20251,15 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
|
20251
20251
|
}
|
|
20252
20252
|
|
|
20253
20253
|
.cds--tile--selectable {
|
|
20254
|
-
padding-right: 3rem;
|
|
20255
20254
|
border: 1px solid transparent;
|
|
20255
|
+
-webkit-padding-end: calc(var(--cds-layout-density-padding-inline-local) * 2 + 1rem);
|
|
20256
|
+
padding-inline-end: calc(var(--cds-layout-density-padding-inline-local) * 2 + 1rem);
|
|
20256
20257
|
}
|
|
20257
20258
|
|
|
20258
20259
|
.cds--tile__checkmark {
|
|
20259
20260
|
position: absolute;
|
|
20260
|
-
top:
|
|
20261
|
-
right:
|
|
20261
|
+
top: var(--cds-layout-density-padding-inline-local);
|
|
20262
|
+
right: var(--cds-layout-density-padding-inline-local);
|
|
20262
20263
|
height: 1rem;
|
|
20263
20264
|
border: none;
|
|
20264
20265
|
background: transparent;
|
|
@@ -20288,8 +20289,8 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
|
20288
20289
|
right: 0;
|
|
20289
20290
|
bottom: 0;
|
|
20290
20291
|
display: flex;
|
|
20291
|
-
width:
|
|
20292
|
-
height:
|
|
20292
|
+
width: calc(var(--cds-layout-density-padding-inline-local) * 2 + 1rem);
|
|
20293
|
+
height: calc(var(--cds-layout-density-padding-inline-local) * 2 + 1rem);
|
|
20293
20294
|
align-items: center;
|
|
20294
20295
|
justify-content: center;
|
|
20295
20296
|
}
|
|
@@ -20331,8 +20332,8 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
|
20331
20332
|
right: 0;
|
|
20332
20333
|
bottom: 0;
|
|
20333
20334
|
display: flex;
|
|
20334
|
-
width:
|
|
20335
|
-
height:
|
|
20335
|
+
width: calc(var(--cds-layout-density-padding-inline-local) * 2 + 1rem);
|
|
20336
|
+
height: calc(var(--cds-layout-density-padding-inline-local) * 2 + 1rem);
|
|
20336
20337
|
align-items: center;
|
|
20337
20338
|
justify-content: center;
|
|
20338
20339
|
}
|
|
@@ -20751,8 +20752,7 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
|
20751
20752
|
}
|
|
20752
20753
|
|
|
20753
20754
|
.cds--toggle__button:focus + .cds--toggle__label .cds--toggle__switch,
|
|
20754
|
-
.cds--
|
|
20755
|
-
.cds--toggle:active .cds--toggle__switch {
|
|
20755
|
+
.cds--toggle:not(.cds--toggle--disabled):active .cds--toggle__switch {
|
|
20756
20756
|
box-shadow: 0 0 0 1px var(--cds-focus-inset, #ffffff), 0 0 0 3px var(--cds-focus, #0f62fe);
|
|
20757
20757
|
}
|
|
20758
20758
|
|
|
@@ -20854,13 +20854,72 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
|
20854
20854
|
|
|
20855
20855
|
@media screen and (-ms-high-contrast: active), (forced-colors: active) {
|
|
20856
20856
|
.cds--toggle__button:focus + .cds--toggle__label .cds--toggle__switch,
|
|
20857
|
-
.cds--
|
|
20858
|
-
.cds--toggle:active .cds--toggle__switch {
|
|
20857
|
+
.cds--toggle:not(.cds--toggle--disabled):active .cds--toggle__switch {
|
|
20859
20858
|
color: Highlight;
|
|
20860
20859
|
outline: 1px solid Highlight;
|
|
20861
20860
|
}
|
|
20862
20861
|
}
|
|
20863
20862
|
|
|
20863
|
+
.cds--toggle--skeleton {
|
|
20864
|
+
display: flex;
|
|
20865
|
+
align-items: center;
|
|
20866
|
+
}
|
|
20867
|
+
|
|
20868
|
+
.cds--toggle--skeleton .cds--toggle__skeleton-circle {
|
|
20869
|
+
position: relative;
|
|
20870
|
+
overflow: hidden;
|
|
20871
|
+
background: var(--cds-skeleton-background, #e8e8e8);
|
|
20872
|
+
border-radius: 50%;
|
|
20873
|
+
width: 1.125rem;
|
|
20874
|
+
height: 1.125rem;
|
|
20875
|
+
border-radius: 50%;
|
|
20876
|
+
}
|
|
20877
|
+
.cds--toggle--skeleton .cds--toggle__skeleton-circle::before {
|
|
20878
|
+
position: absolute;
|
|
20879
|
+
width: 200%;
|
|
20880
|
+
height: 100%;
|
|
20881
|
+
animation: 3000ms ease-in-out skeleton infinite;
|
|
20882
|
+
background: var(--cds-skeleton-element, #c6c6c6);
|
|
20883
|
+
content: "";
|
|
20884
|
+
will-change: transform-origin, transform, opacity;
|
|
20885
|
+
}
|
|
20886
|
+
@media (prefers-reduced-motion: reduce) {
|
|
20887
|
+
.cds--toggle--skeleton .cds--toggle__skeleton-circle::before {
|
|
20888
|
+
animation: none;
|
|
20889
|
+
}
|
|
20890
|
+
}
|
|
20891
|
+
|
|
20892
|
+
.cds--toggle--skeleton .cds--toggle__skeleton-rectangle {
|
|
20893
|
+
position: relative;
|
|
20894
|
+
padding: 0;
|
|
20895
|
+
border: none;
|
|
20896
|
+
background: var(--cds-skeleton-background, #e8e8e8);
|
|
20897
|
+
box-shadow: none;
|
|
20898
|
+
pointer-events: none;
|
|
20899
|
+
width: 1.5rem;
|
|
20900
|
+
height: 0.5rem;
|
|
20901
|
+
margin-left: 0.5rem;
|
|
20902
|
+
}
|
|
20903
|
+
.cds--toggle--skeleton .cds--toggle__skeleton-rectangle:hover, .cds--toggle--skeleton .cds--toggle__skeleton-rectangle:focus, .cds--toggle--skeleton .cds--toggle__skeleton-rectangle:active {
|
|
20904
|
+
border: none;
|
|
20905
|
+
cursor: default;
|
|
20906
|
+
outline: none;
|
|
20907
|
+
}
|
|
20908
|
+
.cds--toggle--skeleton .cds--toggle__skeleton-rectangle::before {
|
|
20909
|
+
position: absolute;
|
|
20910
|
+
width: 100%;
|
|
20911
|
+
height: 100%;
|
|
20912
|
+
animation: 3000ms ease-in-out skeleton infinite;
|
|
20913
|
+
background: var(--cds-skeleton-element, #c6c6c6);
|
|
20914
|
+
content: "";
|
|
20915
|
+
will-change: transform-origin, transform, opacity;
|
|
20916
|
+
}
|
|
20917
|
+
@media (prefers-reduced-motion: reduce) {
|
|
20918
|
+
.cds--toggle--skeleton .cds--toggle__skeleton-rectangle::before {
|
|
20919
|
+
animation: none;
|
|
20920
|
+
}
|
|
20921
|
+
}
|
|
20922
|
+
|
|
20864
20923
|
.cds--tree {
|
|
20865
20924
|
overflow: hidden;
|
|
20866
20925
|
}
|
|
@@ -21109,6 +21168,10 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
|
21109
21168
|
}
|
|
21110
21169
|
}
|
|
21111
21170
|
|
|
21171
|
+
.cds--header__global .cds--popover {
|
|
21172
|
+
z-index: 8001;
|
|
21173
|
+
}
|
|
21174
|
+
|
|
21112
21175
|
.cds--header__action > :first-child {
|
|
21113
21176
|
-webkit-margin-before: 0;
|
|
21114
21177
|
margin-block-start: 0;
|
|
@@ -22057,6 +22120,10 @@ a.cds--side-nav__link--current::before {
|
|
|
22057
22120
|
}
|
|
22058
22121
|
}
|
|
22059
22122
|
|
|
22123
|
+
.cds--header__global .cds--popover {
|
|
22124
|
+
z-index: 8001;
|
|
22125
|
+
}
|
|
22126
|
+
|
|
22060
22127
|
.cds--header__action > :first-child {
|
|
22061
22128
|
-webkit-margin-before: 0;
|
|
22062
22129
|
margin-block-start: 0;
|