@carbon/styles 1.110.1 → 1.111.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 +140 -90
- package/css/styles.min.css +1 -1
- package/package.json +9 -9
- package/scss/__tests__/layout-test.js +89 -0
- package/scss/_feature-flags.scss +1 -0
- package/scss/_layout.scss +5 -84
- package/scss/components/icon-indicator/_icon-indicator.scss +22 -2
- package/scss/components/menu/_menu.scss +4 -0
- package/scss/components/overflow-menu/_overflow-menu.scss +17 -77
- package/scss/components/shape-indicator/_shape-indicator.scss +22 -2
- package/scss/components/structured-list/_structured-list.scss +1 -1
- package/scss/utilities/_layout.scss +97 -1
package/css/styles.css
CHANGED
|
@@ -2659,6 +2659,31 @@ em {
|
|
|
2659
2659
|
--cds-layout-size-height: var(--cds-layout-size-height-context);
|
|
2660
2660
|
}
|
|
2661
2661
|
|
|
2662
|
+
.cds--layout--size-sm {
|
|
2663
|
+
--cds-layout-size-height-context: var(--cds-layout-size-height-sm, 2rem);
|
|
2664
|
+
--cds-layout-size-height: var(--cds-layout-size-height-context);
|
|
2665
|
+
}
|
|
2666
|
+
|
|
2667
|
+
.cds--layout--size-md {
|
|
2668
|
+
--cds-layout-size-height-context: var(--cds-layout-size-height-md, 2.5rem);
|
|
2669
|
+
--cds-layout-size-height: var(--cds-layout-size-height-context);
|
|
2670
|
+
}
|
|
2671
|
+
|
|
2672
|
+
.cds--layout--size-lg {
|
|
2673
|
+
--cds-layout-size-height-context: var(--cds-layout-size-height-lg, 3rem);
|
|
2674
|
+
--cds-layout-size-height: var(--cds-layout-size-height-context);
|
|
2675
|
+
}
|
|
2676
|
+
|
|
2677
|
+
.cds--layout--size-xl {
|
|
2678
|
+
--cds-layout-size-height-context: var(--cds-layout-size-height-xl, 4rem);
|
|
2679
|
+
--cds-layout-size-height: var(--cds-layout-size-height-context);
|
|
2680
|
+
}
|
|
2681
|
+
|
|
2682
|
+
.cds--layout--size-2xl {
|
|
2683
|
+
--cds-layout-size-height-context: var(--cds-layout-size-height-2xl, 5rem);
|
|
2684
|
+
--cds-layout-size-height: var(--cds-layout-size-height-context);
|
|
2685
|
+
}
|
|
2686
|
+
|
|
2662
2687
|
.cds--layout-constraint--size__default-xs {
|
|
2663
2688
|
--cds-layout-size-height: var(--cds-layout-size-height-context, var(--cds-layout-size-height-xs, 1.5rem));
|
|
2664
2689
|
}
|
|
@@ -2671,11 +2696,6 @@ em {
|
|
|
2671
2696
|
--cds-layout-size-height-max: var(--cds-layout-size-height-xs, 1.5rem);
|
|
2672
2697
|
}
|
|
2673
2698
|
|
|
2674
|
-
.cds--layout--size-sm {
|
|
2675
|
-
--cds-layout-size-height-context: var(--cds-layout-size-height-sm, 2rem);
|
|
2676
|
-
--cds-layout-size-height: var(--cds-layout-size-height-context);
|
|
2677
|
-
}
|
|
2678
|
-
|
|
2679
2699
|
.cds--layout-constraint--size__default-sm {
|
|
2680
2700
|
--cds-layout-size-height: var(--cds-layout-size-height-context, var(--cds-layout-size-height-sm, 2rem));
|
|
2681
2701
|
}
|
|
@@ -2688,11 +2708,6 @@ em {
|
|
|
2688
2708
|
--cds-layout-size-height-max: var(--cds-layout-size-height-sm, 2rem);
|
|
2689
2709
|
}
|
|
2690
2710
|
|
|
2691
|
-
.cds--layout--size-md {
|
|
2692
|
-
--cds-layout-size-height-context: var(--cds-layout-size-height-md, 2.5rem);
|
|
2693
|
-
--cds-layout-size-height: var(--cds-layout-size-height-context);
|
|
2694
|
-
}
|
|
2695
|
-
|
|
2696
2711
|
.cds--layout-constraint--size__default-md {
|
|
2697
2712
|
--cds-layout-size-height: var(--cds-layout-size-height-context, var(--cds-layout-size-height-md, 2.5rem));
|
|
2698
2713
|
}
|
|
@@ -2705,11 +2720,6 @@ em {
|
|
|
2705
2720
|
--cds-layout-size-height-max: var(--cds-layout-size-height-md, 2.5rem);
|
|
2706
2721
|
}
|
|
2707
2722
|
|
|
2708
|
-
.cds--layout--size-lg {
|
|
2709
|
-
--cds-layout-size-height-context: var(--cds-layout-size-height-lg, 3rem);
|
|
2710
|
-
--cds-layout-size-height: var(--cds-layout-size-height-context);
|
|
2711
|
-
}
|
|
2712
|
-
|
|
2713
2723
|
.cds--layout-constraint--size__default-lg {
|
|
2714
2724
|
--cds-layout-size-height: var(--cds-layout-size-height-context, var(--cds-layout-size-height-lg, 3rem));
|
|
2715
2725
|
}
|
|
@@ -2722,11 +2732,6 @@ em {
|
|
|
2722
2732
|
--cds-layout-size-height-max: var(--cds-layout-size-height-lg, 3rem);
|
|
2723
2733
|
}
|
|
2724
2734
|
|
|
2725
|
-
.cds--layout--size-xl {
|
|
2726
|
-
--cds-layout-size-height-context: var(--cds-layout-size-height-xl, 4rem);
|
|
2727
|
-
--cds-layout-size-height: var(--cds-layout-size-height-context);
|
|
2728
|
-
}
|
|
2729
|
-
|
|
2730
2735
|
.cds--layout-constraint--size__default-xl {
|
|
2731
2736
|
--cds-layout-size-height: var(--cds-layout-size-height-context, var(--cds-layout-size-height-xl, 4rem));
|
|
2732
2737
|
}
|
|
@@ -2739,11 +2744,6 @@ em {
|
|
|
2739
2744
|
--cds-layout-size-height-max: var(--cds-layout-size-height-xl, 4rem);
|
|
2740
2745
|
}
|
|
2741
2746
|
|
|
2742
|
-
.cds--layout--size-2xl {
|
|
2743
|
-
--cds-layout-size-height-context: var(--cds-layout-size-height-2xl, 5rem);
|
|
2744
|
-
--cds-layout-size-height: var(--cds-layout-size-height-context);
|
|
2745
|
-
}
|
|
2746
|
-
|
|
2747
2747
|
.cds--layout-constraint--size__default-2xl {
|
|
2748
2748
|
--cds-layout-size-height: var(--cds-layout-size-height-context, var(--cds-layout-size-height-2xl, 5rem));
|
|
2749
2749
|
}
|
|
@@ -2761,6 +2761,11 @@ em {
|
|
|
2761
2761
|
--cds-layout-density-padding-inline: var(--cds-layout-density-padding-inline-context);
|
|
2762
2762
|
}
|
|
2763
2763
|
|
|
2764
|
+
.cds--layout--density-normal {
|
|
2765
|
+
--cds-layout-density-padding-inline-context: var(--cds-layout-density-padding-inline-normal, 1rem);
|
|
2766
|
+
--cds-layout-density-padding-inline: var(--cds-layout-density-padding-inline-context);
|
|
2767
|
+
}
|
|
2768
|
+
|
|
2764
2769
|
.cds--layout-constraint--density__default-condensed {
|
|
2765
2770
|
--cds-layout-density-padding-inline: var(--cds-layout-density-padding-inline-context, var(--cds-layout-density-padding-inline-condensed, 0.5rem));
|
|
2766
2771
|
}
|
|
@@ -2773,11 +2778,6 @@ em {
|
|
|
2773
2778
|
--cds-layout-density-padding-inline-max: var(--cds-layout-density-padding-inline-condensed, 0.5rem);
|
|
2774
2779
|
}
|
|
2775
2780
|
|
|
2776
|
-
.cds--layout--density-normal {
|
|
2777
|
-
--cds-layout-density-padding-inline-context: var(--cds-layout-density-padding-inline-normal, 1rem);
|
|
2778
|
-
--cds-layout-density-padding-inline: var(--cds-layout-density-padding-inline-context);
|
|
2779
|
-
}
|
|
2780
|
-
|
|
2781
2781
|
.cds--layout-constraint--density__default-normal {
|
|
2782
2782
|
--cds-layout-density-padding-inline: var(--cds-layout-density-padding-inline-context, var(--cds-layout-density-padding-inline-normal, 1rem));
|
|
2783
2783
|
}
|
|
@@ -7115,6 +7115,7 @@ li.cds--accordion__item--disabled:last-of-type {
|
|
|
7115
7115
|
|
|
7116
7116
|
.cds--overflow-menu,
|
|
7117
7117
|
.cds--overflow-menu__trigger {
|
|
7118
|
+
--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-md)), min(var(--cds-layout-size-height-max), var(--cds-layout-size-height-lg)));
|
|
7118
7119
|
display: inline-block;
|
|
7119
7120
|
padding: 0;
|
|
7120
7121
|
border: 0;
|
|
@@ -7171,10 +7172,10 @@ li.cds--accordion__item--disabled:last-of-type {
|
|
|
7171
7172
|
display: flex;
|
|
7172
7173
|
align-items: center;
|
|
7173
7174
|
justify-content: center;
|
|
7174
|
-
block-size:
|
|
7175
|
+
block-size: var(--cds-layout-size-height-local);
|
|
7175
7176
|
cursor: pointer;
|
|
7176
|
-
inline-size:
|
|
7177
|
-
min-block-size:
|
|
7177
|
+
inline-size: var(--cds-layout-size-height-local);
|
|
7178
|
+
min-block-size: var(--cds-layout-size-height-local);
|
|
7178
7179
|
transition: outline 110ms cubic-bezier(0, 0, 0.38, 0.9), background-color 110ms cubic-bezier(0, 0, 0.38, 0.9);
|
|
7179
7180
|
}
|
|
7180
7181
|
.cds--overflow-menu:focus,
|
|
@@ -7197,23 +7198,6 @@ li.cds--accordion__item--disabled:last-of-type {
|
|
|
7197
7198
|
margin-block-start: 0;
|
|
7198
7199
|
}
|
|
7199
7200
|
|
|
7200
|
-
.cds--overflow-menu--xs {
|
|
7201
|
-
block-size: 1.5rem;
|
|
7202
|
-
inline-size: 1.5rem;
|
|
7203
|
-
min-block-size: 1.5rem;
|
|
7204
|
-
}
|
|
7205
|
-
|
|
7206
|
-
.cds--overflow-menu--sm {
|
|
7207
|
-
block-size: 2rem;
|
|
7208
|
-
inline-size: 2rem;
|
|
7209
|
-
min-block-size: 2rem;
|
|
7210
|
-
}
|
|
7211
|
-
|
|
7212
|
-
.cds--overflow-menu--lg {
|
|
7213
|
-
block-size: 3rem;
|
|
7214
|
-
inline-size: 3rem;
|
|
7215
|
-
}
|
|
7216
|
-
|
|
7217
7201
|
.cds--overflow-menu__trigger.cds--tooltip--a11y.cds--tooltip__trigger:focus {
|
|
7218
7202
|
outline: 2px solid var(--cds-focus, #0f62fe);
|
|
7219
7203
|
outline-offset: -2px;
|
|
@@ -7250,6 +7234,7 @@ li.cds--accordion__item--disabled:last-of-type {
|
|
|
7250
7234
|
}
|
|
7251
7235
|
|
|
7252
7236
|
.cds--overflow-menu-options {
|
|
7237
|
+
--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-md)), min(var(--cds-layout-size-height-max), var(--cds-layout-size-height-lg)));
|
|
7253
7238
|
box-sizing: border-box;
|
|
7254
7239
|
padding: 0;
|
|
7255
7240
|
border: 0;
|
|
@@ -7306,53 +7291,32 @@ li.cds--accordion__item--disabled:last-of-type {
|
|
|
7306
7291
|
|
|
7307
7292
|
.cds--overflow-menu-options[data-floating-menu-direction=bottom]:not(.cds--breadcrumb-menu-options)::after {
|
|
7308
7293
|
block-size: 0.1875rem;
|
|
7309
|
-
inline-size:
|
|
7294
|
+
inline-size: var(--cds-layout-size-height-local);
|
|
7310
7295
|
inset-block-start: -0.1875rem;
|
|
7311
7296
|
inset-inline-start: 0;
|
|
7312
7297
|
}
|
|
7313
7298
|
|
|
7314
7299
|
.cds--overflow-menu-options[data-floating-menu-direction=top]::after {
|
|
7315
7300
|
block-size: 0.5rem;
|
|
7316
|
-
inline-size:
|
|
7301
|
+
inline-size: var(--cds-layout-size-height-local);
|
|
7317
7302
|
inset-block-end: -0.5rem;
|
|
7318
7303
|
inset-inline-start: 0;
|
|
7319
7304
|
}
|
|
7320
7305
|
|
|
7321
7306
|
.cds--overflow-menu-options[data-floating-menu-direction=left]::after {
|
|
7322
|
-
block-size:
|
|
7307
|
+
block-size: var(--cds-layout-size-height-local);
|
|
7323
7308
|
inline-size: 0.375rem;
|
|
7324
7309
|
inset-block-start: 0;
|
|
7325
7310
|
inset-inline-end: -0.375rem;
|
|
7326
7311
|
}
|
|
7327
7312
|
|
|
7328
7313
|
.cds--overflow-menu-options[data-floating-menu-direction=right]::after {
|
|
7329
|
-
block-size:
|
|
7314
|
+
block-size: var(--cds-layout-size-height-local);
|
|
7330
7315
|
inline-size: 0.375rem;
|
|
7331
7316
|
inset-block-start: 0;
|
|
7332
7317
|
inset-inline-start: -0.375rem;
|
|
7333
7318
|
}
|
|
7334
7319
|
|
|
7335
|
-
.cds--overflow-menu-options--xs.cds--overflow-menu-options[data-floating-menu-direction=bottom]::after, .cds--overflow-menu-options--xs.cds--overflow-menu-options[data-floating-menu-direction=top]::after {
|
|
7336
|
-
inline-size: 1.5rem;
|
|
7337
|
-
}
|
|
7338
|
-
.cds--overflow-menu-options--xs.cds--overflow-menu-options[data-floating-menu-direction=left]::after, .cds--overflow-menu-options--xs.cds--overflow-menu-options[data-floating-menu-direction=right]::after {
|
|
7339
|
-
block-size: 1.5rem;
|
|
7340
|
-
}
|
|
7341
|
-
|
|
7342
|
-
.cds--overflow-menu-options--sm.cds--overflow-menu-options[data-floating-menu-direction=bottom]::after, .cds--overflow-menu-options--sm.cds--overflow-menu-options[data-floating-menu-direction=top]::after {
|
|
7343
|
-
inline-size: 2rem;
|
|
7344
|
-
}
|
|
7345
|
-
.cds--overflow-menu-options--sm.cds--overflow-menu-options[data-floating-menu-direction=left]::after, .cds--overflow-menu-options--sm.cds--overflow-menu-options[data-floating-menu-direction=right]::after {
|
|
7346
|
-
block-size: 2rem;
|
|
7347
|
-
}
|
|
7348
|
-
|
|
7349
|
-
.cds--overflow-menu-options--lg.cds--overflow-menu-options[data-floating-menu-direction=bottom]::after, .cds--overflow-menu-options--lg.cds--overflow-menu-options[data-floating-menu-direction=top]::after {
|
|
7350
|
-
inline-size: 3rem;
|
|
7351
|
-
}
|
|
7352
|
-
.cds--overflow-menu-options--lg.cds--overflow-menu-options[data-floating-menu-direction=left]::after, .cds--overflow-menu-options--lg.cds--overflow-menu-options[data-floating-menu-direction=right]::after {
|
|
7353
|
-
block-size: 3rem;
|
|
7354
|
-
}
|
|
7355
|
-
|
|
7356
7320
|
.cds--overflow-menu--flip.cds--overflow-menu-options[data-floating-menu-direction=top]::after,
|
|
7357
7321
|
.cds--overflow-menu--flip.cds--overflow-menu-options[data-floating-menu-direction=bottom]::after {
|
|
7358
7322
|
inset-inline: auto 0;
|
|
@@ -7390,23 +7354,11 @@ li.cds--accordion__item--disabled:last-of-type {
|
|
|
7390
7354
|
align-items: center;
|
|
7391
7355
|
padding: 0;
|
|
7392
7356
|
background-color: transparent;
|
|
7393
|
-
block-size:
|
|
7357
|
+
block-size: var(--cds-layout-size-height-local);
|
|
7394
7358
|
inline-size: 100%;
|
|
7395
7359
|
transition: background-color 110ms cubic-bezier(0, 0, 0.38, 0.9);
|
|
7396
7360
|
}
|
|
7397
7361
|
|
|
7398
|
-
.cds--overflow-menu-options--xs .cds--overflow-menu-options__option {
|
|
7399
|
-
block-size: 1.5rem;
|
|
7400
|
-
}
|
|
7401
|
-
|
|
7402
|
-
.cds--overflow-menu-options--sm .cds--overflow-menu-options__option {
|
|
7403
|
-
block-size: 2rem;
|
|
7404
|
-
}
|
|
7405
|
-
|
|
7406
|
-
.cds--overflow-menu-options--lg .cds--overflow-menu-options__option {
|
|
7407
|
-
block-size: 3rem;
|
|
7408
|
-
}
|
|
7409
|
-
|
|
7410
7362
|
.cds--overflow-menu--divider {
|
|
7411
7363
|
border-block-start: 1px solid var(--cds-border-subtle);
|
|
7412
7364
|
}
|
|
@@ -7488,6 +7440,10 @@ a.cds--overflow-menu-options__btn::before {
|
|
|
7488
7440
|
fill: currentColor;
|
|
7489
7441
|
}
|
|
7490
7442
|
|
|
7443
|
+
.cds--overflow-menu-options__option--danger .cds--overflow-menu-options__btn:focus {
|
|
7444
|
+
box-shadow: inset 0 0 0 0.1875rem var(--cds-background, #ffffff);
|
|
7445
|
+
}
|
|
7446
|
+
|
|
7491
7447
|
.cds--overflow-menu-options__option--disabled:hover {
|
|
7492
7448
|
background-color: var(--cds-layer);
|
|
7493
7449
|
cursor: not-allowed;
|
|
@@ -11940,6 +11896,10 @@ fieldset[disabled] .cds--form__helper-text {
|
|
|
11940
11896
|
color: var(--cds-text-on-color, #ffffff);
|
|
11941
11897
|
}
|
|
11942
11898
|
|
|
11899
|
+
.cds--menu-item--danger:focus {
|
|
11900
|
+
box-shadow: inset 0 0 0 0.1875rem var(--cds-background, #ffffff);
|
|
11901
|
+
}
|
|
11902
|
+
|
|
11943
11903
|
.cds--menu-item-divider {
|
|
11944
11904
|
display: block;
|
|
11945
11905
|
background-color: var(--cds-border-subtle);
|
|
@@ -21103,12 +21063,14 @@ optgroup.cds--select-optgroup:disabled,
|
|
|
21103
21063
|
line-height: var(--cds-body-compact-01-line-height, 1.28572);
|
|
21104
21064
|
letter-spacing: var(--cds-body-compact-01-letter-spacing, 0.16px);
|
|
21105
21065
|
display: flex;
|
|
21066
|
+
align-items: center;
|
|
21106
21067
|
color: var(--cds-text-secondary, #525252);
|
|
21068
|
+
gap: 0.5rem;
|
|
21069
|
+
line-height: unset;
|
|
21107
21070
|
}
|
|
21108
21071
|
|
|
21109
21072
|
.cds--icon-indicator svg {
|
|
21110
21073
|
align-self: center;
|
|
21111
|
-
margin-inline-end: 0.5rem;
|
|
21112
21074
|
}
|
|
21113
21075
|
|
|
21114
21076
|
.cds--icon-indicator--20 {
|
|
@@ -21116,6 +21078,7 @@ optgroup.cds--select-optgroup:disabled,
|
|
|
21116
21078
|
font-weight: var(--cds-body-compact-02-font-weight, 400);
|
|
21117
21079
|
line-height: var(--cds-body-compact-02-line-height, 1.375);
|
|
21118
21080
|
letter-spacing: var(--cds-body-compact-02-letter-spacing, 0);
|
|
21081
|
+
line-height: unset;
|
|
21119
21082
|
}
|
|
21120
21083
|
|
|
21121
21084
|
.cds--icon-indicator--failed {
|
|
@@ -21172,6 +21135,48 @@ optgroup.cds--select-optgroup:disabled,
|
|
|
21172
21135
|
fill: var(--cds-status-blue, #0043ce);
|
|
21173
21136
|
}
|
|
21174
21137
|
|
|
21138
|
+
.cds--icon-indicator__button {
|
|
21139
|
+
display: inline-block;
|
|
21140
|
+
padding: 0;
|
|
21141
|
+
border: 0;
|
|
21142
|
+
-webkit-appearance: none;
|
|
21143
|
+
-moz-appearance: none;
|
|
21144
|
+
appearance: none;
|
|
21145
|
+
background: none;
|
|
21146
|
+
cursor: pointer;
|
|
21147
|
+
text-align: start;
|
|
21148
|
+
box-sizing: border-box;
|
|
21149
|
+
padding: 0;
|
|
21150
|
+
border: 0;
|
|
21151
|
+
margin: 0;
|
|
21152
|
+
font-family: inherit;
|
|
21153
|
+
font-size: 100%;
|
|
21154
|
+
vertical-align: baseline;
|
|
21155
|
+
}
|
|
21156
|
+
.cds--icon-indicator__button *,
|
|
21157
|
+
.cds--icon-indicator__button *::before,
|
|
21158
|
+
.cds--icon-indicator__button *::after {
|
|
21159
|
+
box-sizing: inherit;
|
|
21160
|
+
}
|
|
21161
|
+
.cds--icon-indicator__button::-moz-focus-inner {
|
|
21162
|
+
border: 0;
|
|
21163
|
+
}
|
|
21164
|
+
.cds--icon-indicator__button {
|
|
21165
|
+
display: flex;
|
|
21166
|
+
}
|
|
21167
|
+
.cds--icon-indicator__button:focus {
|
|
21168
|
+
outline: 1px solid var(--cds-focus, #0f62fe);
|
|
21169
|
+
}
|
|
21170
|
+
@media screen and (prefers-contrast) {
|
|
21171
|
+
.cds--icon-indicator__button:focus {
|
|
21172
|
+
outline-style: dotted;
|
|
21173
|
+
}
|
|
21174
|
+
}
|
|
21175
|
+
|
|
21176
|
+
.cds--icon-indicator .cds--definition-tooltip {
|
|
21177
|
+
padding-block: 0.125rem;
|
|
21178
|
+
}
|
|
21179
|
+
|
|
21175
21180
|
@keyframes prefix--stroke {
|
|
21176
21181
|
100% {
|
|
21177
21182
|
stroke-dashoffset: 0;
|
|
@@ -24343,12 +24348,14 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
|
24343
24348
|
line-height: var(--cds-helper-text-01-line-height, 1.33333);
|
|
24344
24349
|
letter-spacing: var(--cds-helper-text-01-letter-spacing, 0.32px);
|
|
24345
24350
|
display: flex;
|
|
24351
|
+
align-items: center;
|
|
24346
24352
|
color: var(--cds-text-secondary, #525252);
|
|
24353
|
+
gap: 0.5rem;
|
|
24354
|
+
line-height: unset;
|
|
24347
24355
|
}
|
|
24348
24356
|
|
|
24349
24357
|
.cds--shape-indicator svg {
|
|
24350
24358
|
align-self: center;
|
|
24351
|
-
margin-inline-end: 0.5rem;
|
|
24352
24359
|
}
|
|
24353
24360
|
|
|
24354
24361
|
.cds--shape-indicator--14 {
|
|
@@ -24356,6 +24363,7 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
|
24356
24363
|
font-weight: var(--cds-body-compact-01-font-weight, 400);
|
|
24357
24364
|
line-height: var(--cds-body-compact-01-line-height, 1.28572);
|
|
24358
24365
|
letter-spacing: var(--cds-body-compact-01-letter-spacing, 0.16px);
|
|
24366
|
+
line-height: unset;
|
|
24359
24367
|
}
|
|
24360
24368
|
|
|
24361
24369
|
.cds--shape-indicator--failed {
|
|
@@ -24411,6 +24419,48 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
|
24411
24419
|
fill: var(--cds-status-gray, #6f6f6f);
|
|
24412
24420
|
}
|
|
24413
24421
|
|
|
24422
|
+
.cds--shape-indicator__button {
|
|
24423
|
+
display: inline-block;
|
|
24424
|
+
padding: 0;
|
|
24425
|
+
border: 0;
|
|
24426
|
+
-webkit-appearance: none;
|
|
24427
|
+
-moz-appearance: none;
|
|
24428
|
+
appearance: none;
|
|
24429
|
+
background: none;
|
|
24430
|
+
cursor: pointer;
|
|
24431
|
+
text-align: start;
|
|
24432
|
+
box-sizing: border-box;
|
|
24433
|
+
padding: 0;
|
|
24434
|
+
border: 0;
|
|
24435
|
+
margin: 0;
|
|
24436
|
+
font-family: inherit;
|
|
24437
|
+
font-size: 100%;
|
|
24438
|
+
vertical-align: baseline;
|
|
24439
|
+
}
|
|
24440
|
+
.cds--shape-indicator__button *,
|
|
24441
|
+
.cds--shape-indicator__button *::before,
|
|
24442
|
+
.cds--shape-indicator__button *::after {
|
|
24443
|
+
box-sizing: inherit;
|
|
24444
|
+
}
|
|
24445
|
+
.cds--shape-indicator__button::-moz-focus-inner {
|
|
24446
|
+
border: 0;
|
|
24447
|
+
}
|
|
24448
|
+
.cds--shape-indicator__button {
|
|
24449
|
+
display: flex;
|
|
24450
|
+
}
|
|
24451
|
+
.cds--shape-indicator__button:focus {
|
|
24452
|
+
outline: 1px solid var(--cds-focus, #0f62fe);
|
|
24453
|
+
}
|
|
24454
|
+
@media screen and (prefers-contrast) {
|
|
24455
|
+
.cds--shape-indicator__button:focus {
|
|
24456
|
+
outline-style: dotted;
|
|
24457
|
+
}
|
|
24458
|
+
}
|
|
24459
|
+
|
|
24460
|
+
.cds--shape-indicator .cds--definition-tooltip {
|
|
24461
|
+
padding-block: 0.125rem;
|
|
24462
|
+
}
|
|
24463
|
+
|
|
24414
24464
|
@keyframes ai-skeleton-animation {
|
|
24415
24465
|
0% {
|
|
24416
24466
|
transform: translateX(-100%);
|