@carbon/styles 1.96.0 → 1.98.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 +764 -347
- package/css/styles.min.css +1 -1
- package/package.json +9 -9
- package/scss/__tests__/theme-test.js +90 -0
- package/scss/components/button/_button.scss +93 -1
- package/scss/components/data-table/_data-table.scss +9 -0
- package/scss/components/file-uploader/_file-uploader.scss +2 -2
- package/scss/components/fluid-list-box/_fluid-list-box.scss +9 -1
- package/scss/components/fluid-text-input/_fluid-text-input.scss +6 -1
- package/scss/components/form/_form.scss +1 -1
- package/scss/components/link/_link.scss +2 -0
- package/scss/components/list-box/_list-box.scss +6 -3
- package/scss/components/multiselect/_multiselect.scss +4 -0
- package/scss/components/pagination/_pagination.scss +9 -0
- package/scss/components/text-input/_text-input.scss +2 -10
- package/scss/utilities/_button-reset.scss +2 -2
- package/scss/utilities/_tooltip.scss +2 -2
package/css/styles.css
CHANGED
|
@@ -2832,8 +2832,10 @@ em {
|
|
|
2832
2832
|
--cds-chat-avatar-bot: #6f6f6f;
|
|
2833
2833
|
--cds-chat-avatar-user: #0f62fe;
|
|
2834
2834
|
--cds-chat-bubble-agent: #ffffff;
|
|
2835
|
+
--cds-chat-bubble-agent-text: #161616;
|
|
2835
2836
|
--cds-chat-bubble-border: #e0e0e0;
|
|
2836
2837
|
--cds-chat-bubble-user: #e0e0e0;
|
|
2838
|
+
--cds-chat-bubble-user-text: #161616;
|
|
2837
2839
|
--cds-chat-button: #0f62fe;
|
|
2838
2840
|
--cds-chat-button-active: rgba(141, 141, 141, 0.5);
|
|
2839
2841
|
--cds-chat-button-hover: rgba(141, 141, 141, 0.12);
|
|
@@ -2841,9 +2843,11 @@ em {
|
|
|
2841
2843
|
--cds-chat-button-text-hover: #0043ce;
|
|
2842
2844
|
--cds-chat-button-text-selected: #525252;
|
|
2843
2845
|
--cds-chat-header-background: #ffffff;
|
|
2846
|
+
--cds-chat-header-text: #161616;
|
|
2844
2847
|
--cds-chat-prompt-background: #ffffff;
|
|
2845
2848
|
--cds-chat-prompt-border-end: rgba(244, 244, 244, 0);
|
|
2846
2849
|
--cds-chat-prompt-border-start: #f4f4f4;
|
|
2850
|
+
--cds-chat-prompt-text: #161616;
|
|
2847
2851
|
--cds-chat-shell-background: #ffffff;
|
|
2848
2852
|
--cds-field-01: #f4f4f4;
|
|
2849
2853
|
--cds-field-02: #ffffff;
|
|
@@ -2915,6 +2919,92 @@ em {
|
|
|
2915
2919
|
--cds-support-success-inverse: #42be65;
|
|
2916
2920
|
--cds-support-warning: #f1c21b;
|
|
2917
2921
|
--cds-support-warning-inverse: #f1c21b;
|
|
2922
|
+
--cds-syntax-angle-bracket: #697077;
|
|
2923
|
+
--cds-syntax-annotation: #007d79;
|
|
2924
|
+
--cds-syntax-arithmetic-operator: #343a3f;
|
|
2925
|
+
--cds-syntax-atom: #161616;
|
|
2926
|
+
--cds-syntax-attribute: #00539a;
|
|
2927
|
+
--cds-syntax-attribute-name: #00539a;
|
|
2928
|
+
--cds-syntax-attribute-value: #161616;
|
|
2929
|
+
--cds-syntax-bitwise-operator: #343a3f;
|
|
2930
|
+
--cds-syntax-block-comment: #198038;
|
|
2931
|
+
--cds-syntax-bool: #161616;
|
|
2932
|
+
--cds-syntax-brace: #343a3f;
|
|
2933
|
+
--cds-syntax-bracket: #343a3f;
|
|
2934
|
+
--cds-syntax-character: #161616;
|
|
2935
|
+
--cds-syntax-class-name: #007d79;
|
|
2936
|
+
--cds-syntax-color: #161616;
|
|
2937
|
+
--cds-syntax-comment: #198038;
|
|
2938
|
+
--cds-syntax-compare-operator: #343a3f;
|
|
2939
|
+
--cds-syntax-constant: #0f62fe;
|
|
2940
|
+
--cds-syntax-content: #161616;
|
|
2941
|
+
--cds-syntax-content-separator: #343a3f;
|
|
2942
|
+
--cds-syntax-control-keyword: #6929c4;
|
|
2943
|
+
--cds-syntax-control-operator: #6929c4;
|
|
2944
|
+
--cds-syntax-definition: #00539a;
|
|
2945
|
+
--cds-syntax-definition-keyword: #00539a;
|
|
2946
|
+
--cds-syntax-definition-operator: #00539a;
|
|
2947
|
+
--cds-syntax-deref-operator: #343a3f;
|
|
2948
|
+
--cds-syntax-doc-comment: #198038;
|
|
2949
|
+
--cds-syntax-doc-string: #161616;
|
|
2950
|
+
--cds-syntax-document-meta: #198038;
|
|
2951
|
+
--cds-syntax-emphasis: #161616;
|
|
2952
|
+
--cds-syntax-escape: #343a3f;
|
|
2953
|
+
--cds-syntax-float: #198038;
|
|
2954
|
+
--cds-syntax-function: #8e6a00;
|
|
2955
|
+
--cds-syntax-heading: #00539a;
|
|
2956
|
+
--cds-syntax-heading-1: #00539a;
|
|
2957
|
+
--cds-syntax-heading-2: #00539a;
|
|
2958
|
+
--cds-syntax-heading-3: #00539a;
|
|
2959
|
+
--cds-syntax-heading-4: #00539a;
|
|
2960
|
+
--cds-syntax-heading-5: #00539a;
|
|
2961
|
+
--cds-syntax-heading-6: #00539a;
|
|
2962
|
+
--cds-syntax-integer: #198038;
|
|
2963
|
+
--cds-syntax-invalid: #da1e28;
|
|
2964
|
+
--cds-syntax-keyword: #0f62fe;
|
|
2965
|
+
--cds-syntax-label-name: #0f62fe;
|
|
2966
|
+
--cds-syntax-line-comment: #198038;
|
|
2967
|
+
--cds-syntax-link: #0f62fe;
|
|
2968
|
+
--cds-syntax-list: #161616;
|
|
2969
|
+
--cds-syntax-literal: #161616;
|
|
2970
|
+
--cds-syntax-local: #0f62fe;
|
|
2971
|
+
--cds-syntax-logic-operator: #343a3f;
|
|
2972
|
+
--cds-syntax-macro-name: #161616;
|
|
2973
|
+
--cds-syntax-meta: #198038;
|
|
2974
|
+
--cds-syntax-modifier: #0f62fe;
|
|
2975
|
+
--cds-syntax-module-keyword: #6929c4;
|
|
2976
|
+
--cds-syntax-monospace: #161616;
|
|
2977
|
+
--cds-syntax-name: #0f62fe;
|
|
2978
|
+
--cds-syntax-namespace: #007d79;
|
|
2979
|
+
--cds-syntax-null: #161616;
|
|
2980
|
+
--cds-syntax-number: #198038;
|
|
2981
|
+
--cds-syntax-operator: #343a3f;
|
|
2982
|
+
--cds-syntax-operator-keyword: #0f62fe;
|
|
2983
|
+
--cds-syntax-paren: #343a3f;
|
|
2984
|
+
--cds-syntax-processing-instruction: #161616;
|
|
2985
|
+
--cds-syntax-property-name: #00539a;
|
|
2986
|
+
--cds-syntax-punctuation: #343a3f;
|
|
2987
|
+
--cds-syntax-quote: #198038;
|
|
2988
|
+
--cds-syntax-regexp: #6929c4;
|
|
2989
|
+
--cds-syntax-self: #007d79;
|
|
2990
|
+
--cds-syntax-separator: #343a3f;
|
|
2991
|
+
--cds-syntax-special: #0f62fe;
|
|
2992
|
+
--cds-syntax-special-string: #8a3ffc;
|
|
2993
|
+
--cds-syntax-square-bracket: #343a3f;
|
|
2994
|
+
--cds-syntax-standard: #0f62fe;
|
|
2995
|
+
--cds-syntax-strikethrough: #161616;
|
|
2996
|
+
--cds-syntax-string: #161616;
|
|
2997
|
+
--cds-syntax-strong: #161616;
|
|
2998
|
+
--cds-syntax-tag: #007d79;
|
|
2999
|
+
--cds-syntax-tag-name: #007d79;
|
|
3000
|
+
--cds-syntax-type: #007d79;
|
|
3001
|
+
--cds-syntax-type-name: #007d79;
|
|
3002
|
+
--cds-syntax-type-operator: #007d79;
|
|
3003
|
+
--cds-syntax-unit: #198038;
|
|
3004
|
+
--cds-syntax-update-operator: #343a3f;
|
|
3005
|
+
--cds-syntax-url: #343a3f;
|
|
3006
|
+
--cds-syntax-variable: #0f62fe;
|
|
3007
|
+
--cds-syntax-variable-name: #0f62fe;
|
|
2918
3008
|
--cds-text-disabled: rgba(22, 22, 22, 0.25);
|
|
2919
3009
|
--cds-text-error: #da1e28;
|
|
2920
3010
|
--cds-text-helper: #6f6f6f;
|
|
@@ -3071,8 +3161,10 @@ em {
|
|
|
3071
3161
|
--cds-chat-avatar-bot: #6f6f6f;
|
|
3072
3162
|
--cds-chat-avatar-user: #0f62fe;
|
|
3073
3163
|
--cds-chat-bubble-agent: #ffffff;
|
|
3164
|
+
--cds-chat-bubble-agent-text: #161616;
|
|
3074
3165
|
--cds-chat-bubble-border: #e0e0e0;
|
|
3075
3166
|
--cds-chat-bubble-user: #e0e0e0;
|
|
3167
|
+
--cds-chat-bubble-user-text: #161616;
|
|
3076
3168
|
--cds-chat-button: #0f62fe;
|
|
3077
3169
|
--cds-chat-button-active: rgba(141, 141, 141, 0.5);
|
|
3078
3170
|
--cds-chat-button-hover: rgba(141, 141, 141, 0.12);
|
|
@@ -3080,9 +3172,11 @@ em {
|
|
|
3080
3172
|
--cds-chat-button-text-hover: #0043ce;
|
|
3081
3173
|
--cds-chat-button-text-selected: #525252;
|
|
3082
3174
|
--cds-chat-header-background: #ffffff;
|
|
3175
|
+
--cds-chat-header-text: #161616;
|
|
3083
3176
|
--cds-chat-prompt-background: #ffffff;
|
|
3084
3177
|
--cds-chat-prompt-border-end: rgba(244, 244, 244, 0);
|
|
3085
3178
|
--cds-chat-prompt-border-start: #f4f4f4;
|
|
3179
|
+
--cds-chat-prompt-text: #161616;
|
|
3086
3180
|
--cds-chat-shell-background: #ffffff;
|
|
3087
3181
|
--cds-field-01: #ffffff;
|
|
3088
3182
|
--cds-field-02: #f4f4f4;
|
|
@@ -3154,6 +3248,92 @@ em {
|
|
|
3154
3248
|
--cds-support-success-inverse: #42be65;
|
|
3155
3249
|
--cds-support-warning: #f1c21b;
|
|
3156
3250
|
--cds-support-warning-inverse: #f1c21b;
|
|
3251
|
+
--cds-syntax-angle-bracket: #697077;
|
|
3252
|
+
--cds-syntax-annotation: #007d79;
|
|
3253
|
+
--cds-syntax-arithmetic-operator: #343a3f;
|
|
3254
|
+
--cds-syntax-atom: #161616;
|
|
3255
|
+
--cds-syntax-attribute: #00539a;
|
|
3256
|
+
--cds-syntax-attribute-name: #00539a;
|
|
3257
|
+
--cds-syntax-attribute-value: #161616;
|
|
3258
|
+
--cds-syntax-bitwise-operator: #343a3f;
|
|
3259
|
+
--cds-syntax-block-comment: #198038;
|
|
3260
|
+
--cds-syntax-bool: #161616;
|
|
3261
|
+
--cds-syntax-brace: #343a3f;
|
|
3262
|
+
--cds-syntax-bracket: #343a3f;
|
|
3263
|
+
--cds-syntax-character: #161616;
|
|
3264
|
+
--cds-syntax-class-name: #007d79;
|
|
3265
|
+
--cds-syntax-color: #161616;
|
|
3266
|
+
--cds-syntax-comment: #198038;
|
|
3267
|
+
--cds-syntax-compare-operator: #343a3f;
|
|
3268
|
+
--cds-syntax-constant: #0f62fe;
|
|
3269
|
+
--cds-syntax-content: #161616;
|
|
3270
|
+
--cds-syntax-content-separator: #343a3f;
|
|
3271
|
+
--cds-syntax-control-keyword: #6929c4;
|
|
3272
|
+
--cds-syntax-control-operator: #6929c4;
|
|
3273
|
+
--cds-syntax-definition: #00539a;
|
|
3274
|
+
--cds-syntax-definition-keyword: #00539a;
|
|
3275
|
+
--cds-syntax-definition-operator: #00539a;
|
|
3276
|
+
--cds-syntax-deref-operator: #343a3f;
|
|
3277
|
+
--cds-syntax-doc-comment: #198038;
|
|
3278
|
+
--cds-syntax-doc-string: #161616;
|
|
3279
|
+
--cds-syntax-document-meta: #198038;
|
|
3280
|
+
--cds-syntax-emphasis: #161616;
|
|
3281
|
+
--cds-syntax-escape: #343a3f;
|
|
3282
|
+
--cds-syntax-float: #198038;
|
|
3283
|
+
--cds-syntax-function: #8e6a00;
|
|
3284
|
+
--cds-syntax-heading: #00539a;
|
|
3285
|
+
--cds-syntax-heading-1: #00539a;
|
|
3286
|
+
--cds-syntax-heading-2: #00539a;
|
|
3287
|
+
--cds-syntax-heading-3: #00539a;
|
|
3288
|
+
--cds-syntax-heading-4: #00539a;
|
|
3289
|
+
--cds-syntax-heading-5: #00539a;
|
|
3290
|
+
--cds-syntax-heading-6: #00539a;
|
|
3291
|
+
--cds-syntax-integer: #198038;
|
|
3292
|
+
--cds-syntax-invalid: #da1e28;
|
|
3293
|
+
--cds-syntax-keyword: #0f62fe;
|
|
3294
|
+
--cds-syntax-label-name: #0f62fe;
|
|
3295
|
+
--cds-syntax-line-comment: #198038;
|
|
3296
|
+
--cds-syntax-link: #0f62fe;
|
|
3297
|
+
--cds-syntax-list: #161616;
|
|
3298
|
+
--cds-syntax-literal: #161616;
|
|
3299
|
+
--cds-syntax-local: #0f62fe;
|
|
3300
|
+
--cds-syntax-logic-operator: #343a3f;
|
|
3301
|
+
--cds-syntax-macro-name: #161616;
|
|
3302
|
+
--cds-syntax-meta: #198038;
|
|
3303
|
+
--cds-syntax-modifier: #0f62fe;
|
|
3304
|
+
--cds-syntax-module-keyword: #6929c4;
|
|
3305
|
+
--cds-syntax-monospace: #161616;
|
|
3306
|
+
--cds-syntax-name: #0f62fe;
|
|
3307
|
+
--cds-syntax-namespace: #007d79;
|
|
3308
|
+
--cds-syntax-null: #161616;
|
|
3309
|
+
--cds-syntax-number: #198038;
|
|
3310
|
+
--cds-syntax-operator: #343a3f;
|
|
3311
|
+
--cds-syntax-operator-keyword: #0f62fe;
|
|
3312
|
+
--cds-syntax-paren: #343a3f;
|
|
3313
|
+
--cds-syntax-processing-instruction: #161616;
|
|
3314
|
+
--cds-syntax-property-name: #00539a;
|
|
3315
|
+
--cds-syntax-punctuation: #343a3f;
|
|
3316
|
+
--cds-syntax-quote: #198038;
|
|
3317
|
+
--cds-syntax-regexp: #6929c4;
|
|
3318
|
+
--cds-syntax-self: #007d79;
|
|
3319
|
+
--cds-syntax-separator: #343a3f;
|
|
3320
|
+
--cds-syntax-special: #0f62fe;
|
|
3321
|
+
--cds-syntax-special-string: #8a3ffc;
|
|
3322
|
+
--cds-syntax-square-bracket: #343a3f;
|
|
3323
|
+
--cds-syntax-standard: #0f62fe;
|
|
3324
|
+
--cds-syntax-strikethrough: #161616;
|
|
3325
|
+
--cds-syntax-string: #161616;
|
|
3326
|
+
--cds-syntax-strong: #161616;
|
|
3327
|
+
--cds-syntax-tag: #007d79;
|
|
3328
|
+
--cds-syntax-tag-name: #007d79;
|
|
3329
|
+
--cds-syntax-type: #007d79;
|
|
3330
|
+
--cds-syntax-type-name: #007d79;
|
|
3331
|
+
--cds-syntax-type-operator: #007d79;
|
|
3332
|
+
--cds-syntax-unit: #198038;
|
|
3333
|
+
--cds-syntax-update-operator: #343a3f;
|
|
3334
|
+
--cds-syntax-url: #343a3f;
|
|
3335
|
+
--cds-syntax-variable: #0f62fe;
|
|
3336
|
+
--cds-syntax-variable-name: #0f62fe;
|
|
3157
3337
|
--cds-text-disabled: rgba(22, 22, 22, 0.25);
|
|
3158
3338
|
--cds-text-error: #da1e28;
|
|
3159
3339
|
--cds-text-helper: #6f6f6f;
|
|
@@ -3310,8 +3490,10 @@ em {
|
|
|
3310
3490
|
--cds-chat-avatar-bot: #8d8d8d;
|
|
3311
3491
|
--cds-chat-avatar-user: #4589ff;
|
|
3312
3492
|
--cds-chat-bubble-agent: #262626;
|
|
3493
|
+
--cds-chat-bubble-agent-text: #f4f4f4;
|
|
3313
3494
|
--cds-chat-bubble-border: #525252;
|
|
3314
3495
|
--cds-chat-bubble-user: #393939;
|
|
3496
|
+
--cds-chat-bubble-user-text: #f4f4f4;
|
|
3315
3497
|
--cds-chat-button: #78a9ff;
|
|
3316
3498
|
--cds-chat-button-active: rgba(141, 141, 141, 0.4);
|
|
3317
3499
|
--cds-chat-button-hover: rgba(141, 141, 141, 0.16);
|
|
@@ -3319,9 +3501,11 @@ em {
|
|
|
3319
3501
|
--cds-chat-button-text-hover: #a6c8ff;
|
|
3320
3502
|
--cds-chat-button-text-selected: #c6c6c6;
|
|
3321
3503
|
--cds-chat-header-background: #262626;
|
|
3504
|
+
--cds-chat-header-text: #f4f4f4;
|
|
3322
3505
|
--cds-chat-prompt-background: #161616;
|
|
3323
3506
|
--cds-chat-prompt-border-end: rgba(38, 38, 38, 0);
|
|
3324
3507
|
--cds-chat-prompt-border-start: #262626;
|
|
3508
|
+
--cds-chat-prompt-text: #f4f4f4;
|
|
3325
3509
|
--cds-chat-shell-background: #262626;
|
|
3326
3510
|
--cds-field-01: #393939;
|
|
3327
3511
|
--cds-field-02: #525252;
|
|
@@ -3393,6 +3577,92 @@ em {
|
|
|
3393
3577
|
--cds-support-success-inverse: #24a148;
|
|
3394
3578
|
--cds-support-warning: #f1c21b;
|
|
3395
3579
|
--cds-support-warning-inverse: #f1c21b;
|
|
3580
|
+
--cds-syntax-angle-bracket: #8d8d8d;
|
|
3581
|
+
--cds-syntax-annotation: #08bdba;
|
|
3582
|
+
--cds-syntax-arithmetic-operator: #e0e0e0;
|
|
3583
|
+
--cds-syntax-atom: #f4f4f4;
|
|
3584
|
+
--cds-syntax-attribute: #33b1ff;
|
|
3585
|
+
--cds-syntax-attribute-name: #33b1ff;
|
|
3586
|
+
--cds-syntax-attribute-value: #f4f4f4;
|
|
3587
|
+
--cds-syntax-bitwise-operator: #e0e0e0;
|
|
3588
|
+
--cds-syntax-block-comment: #42be65;
|
|
3589
|
+
--cds-syntax-bool: #f4f4f4;
|
|
3590
|
+
--cds-syntax-brace: #e0e0e0;
|
|
3591
|
+
--cds-syntax-bracket: #e0e0e0;
|
|
3592
|
+
--cds-syntax-character: #f4f4f4;
|
|
3593
|
+
--cds-syntax-class-name: #3ddbd9;
|
|
3594
|
+
--cds-syntax-color: #f4f4f4;
|
|
3595
|
+
--cds-syntax-comment: #42be65;
|
|
3596
|
+
--cds-syntax-compare-operator: #e0e0e0;
|
|
3597
|
+
--cds-syntax-constant: #4589ff;
|
|
3598
|
+
--cds-syntax-content: #f4f4f4;
|
|
3599
|
+
--cds-syntax-content-separator: #e0e0e0;
|
|
3600
|
+
--cds-syntax-control-keyword: #be95ff;
|
|
3601
|
+
--cds-syntax-control-operator: #be95ff;
|
|
3602
|
+
--cds-syntax-definition: #33b1ff;
|
|
3603
|
+
--cds-syntax-definition-keyword: #33b1ff;
|
|
3604
|
+
--cds-syntax-definition-operator: #33b1ff;
|
|
3605
|
+
--cds-syntax-deref-operator: #e0e0e0;
|
|
3606
|
+
--cds-syntax-doc-comment: #42be65;
|
|
3607
|
+
--cds-syntax-doc-string: #f4f4f4;
|
|
3608
|
+
--cds-syntax-document-meta: #42be65;
|
|
3609
|
+
--cds-syntax-emphasis: #f4f4f4;
|
|
3610
|
+
--cds-syntax-escape: #e0e0e0;
|
|
3611
|
+
--cds-syntax-float: #6fdc8c;
|
|
3612
|
+
--cds-syntax-function: #f1c21b;
|
|
3613
|
+
--cds-syntax-heading: #33b1ff;
|
|
3614
|
+
--cds-syntax-heading-1: #33b1ff;
|
|
3615
|
+
--cds-syntax-heading-2: #33b1ff;
|
|
3616
|
+
--cds-syntax-heading-3: #33b1ff;
|
|
3617
|
+
--cds-syntax-heading-4: #33b1ff;
|
|
3618
|
+
--cds-syntax-heading-5: #33b1ff;
|
|
3619
|
+
--cds-syntax-heading-6: #33b1ff;
|
|
3620
|
+
--cds-syntax-integer: #6fdc8c;
|
|
3621
|
+
--cds-syntax-invalid: #fa4d56;
|
|
3622
|
+
--cds-syntax-keyword: #4589ff;
|
|
3623
|
+
--cds-syntax-label-name: #a6c8ff;
|
|
3624
|
+
--cds-syntax-line-comment: #42be65;
|
|
3625
|
+
--cds-syntax-link: #4589ff;
|
|
3626
|
+
--cds-syntax-list: #f4f4f4;
|
|
3627
|
+
--cds-syntax-literal: #f4f4f4;
|
|
3628
|
+
--cds-syntax-local: #a6c8ff;
|
|
3629
|
+
--cds-syntax-logic-operator: #e0e0e0;
|
|
3630
|
+
--cds-syntax-macro-name: #f4f4f4;
|
|
3631
|
+
--cds-syntax-meta: #42be65;
|
|
3632
|
+
--cds-syntax-modifier: #4589ff;
|
|
3633
|
+
--cds-syntax-module-keyword: #be95ff;
|
|
3634
|
+
--cds-syntax-monospace: #f4f4f4;
|
|
3635
|
+
--cds-syntax-name: #a6c8ff;
|
|
3636
|
+
--cds-syntax-namespace: #3ddbd9;
|
|
3637
|
+
--cds-syntax-null: #f4f4f4;
|
|
3638
|
+
--cds-syntax-number: #6fdc8c;
|
|
3639
|
+
--cds-syntax-operator: #e0e0e0;
|
|
3640
|
+
--cds-syntax-operator-keyword: #4589ff;
|
|
3641
|
+
--cds-syntax-paren: #e0e0e0;
|
|
3642
|
+
--cds-syntax-processing-instruction: #f4f4f4;
|
|
3643
|
+
--cds-syntax-property-name: #33b1ff;
|
|
3644
|
+
--cds-syntax-punctuation: #e0e0e0;
|
|
3645
|
+
--cds-syntax-quote: #42be65;
|
|
3646
|
+
--cds-syntax-regexp: #be95ff;
|
|
3647
|
+
--cds-syntax-self: #3ddbd9;
|
|
3648
|
+
--cds-syntax-separator: #e0e0e0;
|
|
3649
|
+
--cds-syntax-special: #4589ff;
|
|
3650
|
+
--cds-syntax-special-string: #be95ff;
|
|
3651
|
+
--cds-syntax-square-bracket: #e0e0e0;
|
|
3652
|
+
--cds-syntax-standard: #4589ff;
|
|
3653
|
+
--cds-syntax-strikethrough: #f4f4f4;
|
|
3654
|
+
--cds-syntax-string: #f4f4f4;
|
|
3655
|
+
--cds-syntax-strong: #f4f4f4;
|
|
3656
|
+
--cds-syntax-tag: #3ddbd9;
|
|
3657
|
+
--cds-syntax-tag-name: #3ddbd9;
|
|
3658
|
+
--cds-syntax-type: #3ddbd9;
|
|
3659
|
+
--cds-syntax-type-name: #3ddbd9;
|
|
3660
|
+
--cds-syntax-type-operator: #3ddbd9;
|
|
3661
|
+
--cds-syntax-unit: #6fdc8c;
|
|
3662
|
+
--cds-syntax-update-operator: #e0e0e0;
|
|
3663
|
+
--cds-syntax-url: #e0e0e0;
|
|
3664
|
+
--cds-syntax-variable: #a6c8ff;
|
|
3665
|
+
--cds-syntax-variable-name: #a6c8ff;
|
|
3396
3666
|
--cds-text-disabled: rgba(244, 244, 244, 0.25);
|
|
3397
3667
|
--cds-text-error: #ffb3b8;
|
|
3398
3668
|
--cds-text-helper: #c6c6c6;
|
|
@@ -3548,8 +3818,10 @@ em {
|
|
|
3548
3818
|
--cds-chat-avatar-bot: #8d8d8d;
|
|
3549
3819
|
--cds-chat-avatar-user: #4589ff;
|
|
3550
3820
|
--cds-chat-bubble-agent: #262626;
|
|
3821
|
+
--cds-chat-bubble-agent-text: #f4f4f4;
|
|
3551
3822
|
--cds-chat-bubble-border: #525252;
|
|
3552
3823
|
--cds-chat-bubble-user: #393939;
|
|
3824
|
+
--cds-chat-bubble-user-text: #f4f4f4;
|
|
3553
3825
|
--cds-chat-button: #78a9ff;
|
|
3554
3826
|
--cds-chat-button-active: rgba(141, 141, 141, 0.4);
|
|
3555
3827
|
--cds-chat-button-hover: rgba(141, 141, 141, 0.16);
|
|
@@ -3557,9 +3829,11 @@ em {
|
|
|
3557
3829
|
--cds-chat-button-text-hover: #a6c8ff;
|
|
3558
3830
|
--cds-chat-button-text-selected: #c6c6c6;
|
|
3559
3831
|
--cds-chat-header-background: #262626;
|
|
3832
|
+
--cds-chat-header-text: #f4f4f4;
|
|
3560
3833
|
--cds-chat-prompt-background: #161616;
|
|
3561
3834
|
--cds-chat-prompt-border-end: rgba(38, 38, 38, 0);
|
|
3562
3835
|
--cds-chat-prompt-border-start: #262626;
|
|
3836
|
+
--cds-chat-prompt-text: #f4f4f4;
|
|
3563
3837
|
--cds-chat-shell-background: #262626;
|
|
3564
3838
|
--cds-field-01: #262626;
|
|
3565
3839
|
--cds-field-02: #393939;
|
|
@@ -3631,6 +3905,92 @@ em {
|
|
|
3631
3905
|
--cds-support-success-inverse: #24a148;
|
|
3632
3906
|
--cds-support-warning: #f1c21b;
|
|
3633
3907
|
--cds-support-warning-inverse: #f1c21b;
|
|
3908
|
+
--cds-syntax-angle-bracket: #8d8d8d;
|
|
3909
|
+
--cds-syntax-annotation: #08bdba;
|
|
3910
|
+
--cds-syntax-arithmetic-operator: #e0e0e0;
|
|
3911
|
+
--cds-syntax-atom: #f4f4f4;
|
|
3912
|
+
--cds-syntax-attribute: #33b1ff;
|
|
3913
|
+
--cds-syntax-attribute-name: #33b1ff;
|
|
3914
|
+
--cds-syntax-attribute-value: #f4f4f4;
|
|
3915
|
+
--cds-syntax-bitwise-operator: #e0e0e0;
|
|
3916
|
+
--cds-syntax-block-comment: #42be65;
|
|
3917
|
+
--cds-syntax-bool: #f4f4f4;
|
|
3918
|
+
--cds-syntax-brace: #e0e0e0;
|
|
3919
|
+
--cds-syntax-bracket: #e0e0e0;
|
|
3920
|
+
--cds-syntax-character: #f4f4f4;
|
|
3921
|
+
--cds-syntax-class-name: #3ddbd9;
|
|
3922
|
+
--cds-syntax-color: #f4f4f4;
|
|
3923
|
+
--cds-syntax-comment: #42be65;
|
|
3924
|
+
--cds-syntax-compare-operator: #e0e0e0;
|
|
3925
|
+
--cds-syntax-constant: #4589ff;
|
|
3926
|
+
--cds-syntax-content: #f4f4f4;
|
|
3927
|
+
--cds-syntax-content-separator: #e0e0e0;
|
|
3928
|
+
--cds-syntax-control-keyword: #be95ff;
|
|
3929
|
+
--cds-syntax-control-operator: #be95ff;
|
|
3930
|
+
--cds-syntax-definition: #33b1ff;
|
|
3931
|
+
--cds-syntax-definition-keyword: #33b1ff;
|
|
3932
|
+
--cds-syntax-definition-operator: #33b1ff;
|
|
3933
|
+
--cds-syntax-deref-operator: #e0e0e0;
|
|
3934
|
+
--cds-syntax-doc-comment: #42be65;
|
|
3935
|
+
--cds-syntax-doc-string: #f4f4f4;
|
|
3936
|
+
--cds-syntax-document-meta: #42be65;
|
|
3937
|
+
--cds-syntax-emphasis: #f4f4f4;
|
|
3938
|
+
--cds-syntax-escape: #e0e0e0;
|
|
3939
|
+
--cds-syntax-float: #6fdc8c;
|
|
3940
|
+
--cds-syntax-function: #f1c21b;
|
|
3941
|
+
--cds-syntax-heading: #33b1ff;
|
|
3942
|
+
--cds-syntax-heading-1: #33b1ff;
|
|
3943
|
+
--cds-syntax-heading-2: #33b1ff;
|
|
3944
|
+
--cds-syntax-heading-3: #33b1ff;
|
|
3945
|
+
--cds-syntax-heading-4: #33b1ff;
|
|
3946
|
+
--cds-syntax-heading-5: #33b1ff;
|
|
3947
|
+
--cds-syntax-heading-6: #33b1ff;
|
|
3948
|
+
--cds-syntax-integer: #6fdc8c;
|
|
3949
|
+
--cds-syntax-invalid: #fa4d56;
|
|
3950
|
+
--cds-syntax-keyword: #4589ff;
|
|
3951
|
+
--cds-syntax-label-name: #a6c8ff;
|
|
3952
|
+
--cds-syntax-line-comment: #42be65;
|
|
3953
|
+
--cds-syntax-link: #4589ff;
|
|
3954
|
+
--cds-syntax-list: #f4f4f4;
|
|
3955
|
+
--cds-syntax-literal: #f4f4f4;
|
|
3956
|
+
--cds-syntax-local: #a6c8ff;
|
|
3957
|
+
--cds-syntax-logic-operator: #e0e0e0;
|
|
3958
|
+
--cds-syntax-macro-name: #f4f4f4;
|
|
3959
|
+
--cds-syntax-meta: #42be65;
|
|
3960
|
+
--cds-syntax-modifier: #4589ff;
|
|
3961
|
+
--cds-syntax-module-keyword: #be95ff;
|
|
3962
|
+
--cds-syntax-monospace: #f4f4f4;
|
|
3963
|
+
--cds-syntax-name: #a6c8ff;
|
|
3964
|
+
--cds-syntax-namespace: #3ddbd9;
|
|
3965
|
+
--cds-syntax-null: #f4f4f4;
|
|
3966
|
+
--cds-syntax-number: #6fdc8c;
|
|
3967
|
+
--cds-syntax-operator: #e0e0e0;
|
|
3968
|
+
--cds-syntax-operator-keyword: #4589ff;
|
|
3969
|
+
--cds-syntax-paren: #e0e0e0;
|
|
3970
|
+
--cds-syntax-processing-instruction: #f4f4f4;
|
|
3971
|
+
--cds-syntax-property-name: #33b1ff;
|
|
3972
|
+
--cds-syntax-punctuation: #e0e0e0;
|
|
3973
|
+
--cds-syntax-quote: #42be65;
|
|
3974
|
+
--cds-syntax-regexp: #be95ff;
|
|
3975
|
+
--cds-syntax-self: #3ddbd9;
|
|
3976
|
+
--cds-syntax-separator: #e0e0e0;
|
|
3977
|
+
--cds-syntax-special: #4589ff;
|
|
3978
|
+
--cds-syntax-special-string: #be95ff;
|
|
3979
|
+
--cds-syntax-square-bracket: #e0e0e0;
|
|
3980
|
+
--cds-syntax-standard: #4589ff;
|
|
3981
|
+
--cds-syntax-strikethrough: #f4f4f4;
|
|
3982
|
+
--cds-syntax-string: #f4f4f4;
|
|
3983
|
+
--cds-syntax-strong: #f4f4f4;
|
|
3984
|
+
--cds-syntax-tag: #3ddbd9;
|
|
3985
|
+
--cds-syntax-tag-name: #3ddbd9;
|
|
3986
|
+
--cds-syntax-type: #3ddbd9;
|
|
3987
|
+
--cds-syntax-type-name: #3ddbd9;
|
|
3988
|
+
--cds-syntax-type-operator: #3ddbd9;
|
|
3989
|
+
--cds-syntax-unit: #6fdc8c;
|
|
3990
|
+
--cds-syntax-update-operator: #e0e0e0;
|
|
3991
|
+
--cds-syntax-url: #e0e0e0;
|
|
3992
|
+
--cds-syntax-variable: #a6c8ff;
|
|
3993
|
+
--cds-syntax-variable-name: #a6c8ff;
|
|
3634
3994
|
--cds-text-disabled: rgba(244, 244, 244, 0.25);
|
|
3635
3995
|
--cds-text-error: #ff8389;
|
|
3636
3996
|
--cds-text-helper: #a8a8a8;
|
|
@@ -3774,6 +4134,16 @@ em {
|
|
|
3774
4134
|
|
|
3775
4135
|
.cds--accordion__heading {
|
|
3776
4136
|
transition: background-color cubic-bezier(0.2, 0, 0.38, 0.9) 110ms;
|
|
4137
|
+
display: inline-block;
|
|
4138
|
+
padding: 0;
|
|
4139
|
+
border: 0;
|
|
4140
|
+
-webkit-appearance: none;
|
|
4141
|
+
-moz-appearance: none;
|
|
4142
|
+
appearance: none;
|
|
4143
|
+
background: none;
|
|
4144
|
+
cursor: pointer;
|
|
4145
|
+
text-align: start;
|
|
4146
|
+
inline-size: 100%;
|
|
3777
4147
|
box-sizing: border-box;
|
|
3778
4148
|
padding: 0;
|
|
3779
4149
|
border: 0;
|
|
@@ -3787,18 +4157,6 @@ em {
|
|
|
3787
4157
|
.cds--accordion__heading *::after {
|
|
3788
4158
|
box-sizing: inherit;
|
|
3789
4159
|
}
|
|
3790
|
-
.cds--accordion__heading {
|
|
3791
|
-
display: inline-block;
|
|
3792
|
-
padding: 0;
|
|
3793
|
-
border: 0;
|
|
3794
|
-
-webkit-appearance: none;
|
|
3795
|
-
-moz-appearance: none;
|
|
3796
|
-
appearance: none;
|
|
3797
|
-
background: none;
|
|
3798
|
-
cursor: pointer;
|
|
3799
|
-
text-align: start;
|
|
3800
|
-
inline-size: 100%;
|
|
3801
|
-
}
|
|
3802
4160
|
.cds--accordion__heading::-moz-focus-inner {
|
|
3803
4161
|
border: 0;
|
|
3804
4162
|
}
|
|
@@ -4852,6 +5210,16 @@ li.cds--accordion__item--disabled:last-of-type {
|
|
|
4852
5210
|
}
|
|
4853
5211
|
|
|
4854
5212
|
.cds--popover--tab-tip__button {
|
|
5213
|
+
display: inline-block;
|
|
5214
|
+
padding: 0;
|
|
5215
|
+
border: 0;
|
|
5216
|
+
-webkit-appearance: none;
|
|
5217
|
+
-moz-appearance: none;
|
|
5218
|
+
appearance: none;
|
|
5219
|
+
background: none;
|
|
5220
|
+
cursor: pointer;
|
|
5221
|
+
text-align: start;
|
|
5222
|
+
inline-size: 100%;
|
|
4855
5223
|
box-sizing: border-box;
|
|
4856
5224
|
padding: 0;
|
|
4857
5225
|
border: 0;
|
|
@@ -4865,18 +5233,6 @@ li.cds--accordion__item--disabled:last-of-type {
|
|
|
4865
5233
|
.cds--popover--tab-tip__button *::after {
|
|
4866
5234
|
box-sizing: inherit;
|
|
4867
5235
|
}
|
|
4868
|
-
.cds--popover--tab-tip__button {
|
|
4869
|
-
display: inline-block;
|
|
4870
|
-
padding: 0;
|
|
4871
|
-
border: 0;
|
|
4872
|
-
-webkit-appearance: none;
|
|
4873
|
-
-moz-appearance: none;
|
|
4874
|
-
appearance: none;
|
|
4875
|
-
background: none;
|
|
4876
|
-
cursor: pointer;
|
|
4877
|
-
text-align: start;
|
|
4878
|
-
inline-size: 100%;
|
|
4879
|
-
}
|
|
4880
5236
|
.cds--popover--tab-tip__button::-moz-focus-inner {
|
|
4881
5237
|
border: 0;
|
|
4882
5238
|
}
|
|
@@ -4949,6 +5305,16 @@ li.cds--accordion__item--disabled:last-of-type {
|
|
|
4949
5305
|
}
|
|
4950
5306
|
|
|
4951
5307
|
.cds--definition-term {
|
|
5308
|
+
display: inline-block;
|
|
5309
|
+
padding: 0;
|
|
5310
|
+
border: 0;
|
|
5311
|
+
-webkit-appearance: none;
|
|
5312
|
+
-moz-appearance: none;
|
|
5313
|
+
appearance: none;
|
|
5314
|
+
background: none;
|
|
5315
|
+
cursor: pointer;
|
|
5316
|
+
text-align: start;
|
|
5317
|
+
inline-size: 100%;
|
|
4952
5318
|
box-sizing: border-box;
|
|
4953
5319
|
padding: 0;
|
|
4954
5320
|
border: 0;
|
|
@@ -4962,18 +5328,6 @@ li.cds--accordion__item--disabled:last-of-type {
|
|
|
4962
5328
|
.cds--definition-term *::after {
|
|
4963
5329
|
box-sizing: inherit;
|
|
4964
5330
|
}
|
|
4965
|
-
.cds--definition-term {
|
|
4966
|
-
display: inline-block;
|
|
4967
|
-
padding: 0;
|
|
4968
|
-
border: 0;
|
|
4969
|
-
-webkit-appearance: none;
|
|
4970
|
-
-moz-appearance: none;
|
|
4971
|
-
appearance: none;
|
|
4972
|
-
background: none;
|
|
4973
|
-
cursor: pointer;
|
|
4974
|
-
text-align: start;
|
|
4975
|
-
inline-size: 100%;
|
|
4976
|
-
}
|
|
4977
5331
|
.cds--definition-term::-moz-focus-inner {
|
|
4978
5332
|
border: 0;
|
|
4979
5333
|
}
|
|
@@ -5508,6 +5862,95 @@ li.cds--accordion__item--disabled:last-of-type {
|
|
|
5508
5862
|
box-shadow: 0.0625rem 0 0 0 var(--cds-button-separator, #e0e0e0);
|
|
5509
5863
|
}
|
|
5510
5864
|
|
|
5865
|
+
.cds--btn-set--fluid {
|
|
5866
|
+
container-type: inline-size;
|
|
5867
|
+
}
|
|
5868
|
+
.cds--btn-set--fluid .cds--btn-set__fluid-inner {
|
|
5869
|
+
--flex-direction: row;
|
|
5870
|
+
display: flex;
|
|
5871
|
+
flex-direction: var(--flex-direction);
|
|
5872
|
+
align-items: stretch;
|
|
5873
|
+
justify-content: flex-end;
|
|
5874
|
+
inline-size: 100%;
|
|
5875
|
+
}
|
|
5876
|
+
.cds--btn-set--fluid .cds--btn-set__fluid-inner .cds--btn {
|
|
5877
|
+
flex: 0 1 25%;
|
|
5878
|
+
max-inline-size: 14.5rem;
|
|
5879
|
+
}
|
|
5880
|
+
.cds--btn-set--fluid .cds--btn-set__fluid-inner--auto-stack .cds--btn {
|
|
5881
|
+
min-inline-size: 11rem;
|
|
5882
|
+
}
|
|
5883
|
+
.cds--btn-set--fluid .cds--btn-set__fluid-inner .cds--btn--ghost,
|
|
5884
|
+
.cds--btn-set--fluid .cds--btn-set__fluid-inner .cds--btn--danger--ghost {
|
|
5885
|
+
flex: 1 1 25%;
|
|
5886
|
+
max-inline-size: none;
|
|
5887
|
+
padding-inline-start: 2rem; /* increased padding when inline */
|
|
5888
|
+
}
|
|
5889
|
+
@container (width <= 11rem) {
|
|
5890
|
+
.cds--btn-set--fluid .cds--btn-set__fluid-inner--auto-stack:has(:nth-child(1):last-child) {
|
|
5891
|
+
--flex-direction: column;
|
|
5892
|
+
}
|
|
5893
|
+
.cds--btn-set--fluid .cds--btn-set__fluid-inner--auto-stack:has(:nth-child(1):last-child) .cds--btn {
|
|
5894
|
+
flex: initial;
|
|
5895
|
+
inline-size: 100%;
|
|
5896
|
+
max-inline-size: none;
|
|
5897
|
+
}
|
|
5898
|
+
.cds--btn-set--fluid .cds--btn-set__fluid-inner--auto-stack:has(:nth-child(1):last-child) .cds--btn--ghost {
|
|
5899
|
+
padding-inline-start: 1rem;
|
|
5900
|
+
}
|
|
5901
|
+
}
|
|
5902
|
+
@container (width <= 22rem) {
|
|
5903
|
+
.cds--btn-set--fluid .cds--btn-set__fluid-inner--auto-stack:has(:nth-child(2):last-child) {
|
|
5904
|
+
--flex-direction: column;
|
|
5905
|
+
}
|
|
5906
|
+
.cds--btn-set--fluid .cds--btn-set__fluid-inner--auto-stack:has(:nth-child(2):last-child) .cds--btn {
|
|
5907
|
+
flex: initial;
|
|
5908
|
+
inline-size: 100%;
|
|
5909
|
+
max-inline-size: none;
|
|
5910
|
+
}
|
|
5911
|
+
.cds--btn-set--fluid .cds--btn-set__fluid-inner--auto-stack:has(:nth-child(2):last-child) .cds--btn--ghost {
|
|
5912
|
+
padding-inline-start: 1rem;
|
|
5913
|
+
}
|
|
5914
|
+
}
|
|
5915
|
+
@container (width <= 33rem) {
|
|
5916
|
+
.cds--btn-set--fluid .cds--btn-set__fluid-inner--auto-stack:has(:nth-child(3):last-child) {
|
|
5917
|
+
--flex-direction: column;
|
|
5918
|
+
}
|
|
5919
|
+
.cds--btn-set--fluid .cds--btn-set__fluid-inner--auto-stack:has(:nth-child(3):last-child) .cds--btn {
|
|
5920
|
+
flex: initial;
|
|
5921
|
+
inline-size: 100%;
|
|
5922
|
+
max-inline-size: none;
|
|
5923
|
+
}
|
|
5924
|
+
.cds--btn-set--fluid .cds--btn-set__fluid-inner--auto-stack:has(:nth-child(3):last-child) .cds--btn--ghost {
|
|
5925
|
+
padding-inline-start: 1rem;
|
|
5926
|
+
}
|
|
5927
|
+
}
|
|
5928
|
+
@container (width <= 44rem) {
|
|
5929
|
+
.cds--btn-set--fluid .cds--btn-set__fluid-inner--auto-stack:has(:nth-child(4):last-child) {
|
|
5930
|
+
--flex-direction: column;
|
|
5931
|
+
}
|
|
5932
|
+
.cds--btn-set--fluid .cds--btn-set__fluid-inner--auto-stack:has(:nth-child(4):last-child) .cds--btn {
|
|
5933
|
+
flex: initial;
|
|
5934
|
+
inline-size: 100%;
|
|
5935
|
+
max-inline-size: none;
|
|
5936
|
+
}
|
|
5937
|
+
.cds--btn-set--fluid .cds--btn-set__fluid-inner--auto-stack:has(:nth-child(4):last-child) .cds--btn--ghost {
|
|
5938
|
+
padding-inline-start: 1rem;
|
|
5939
|
+
}
|
|
5940
|
+
}
|
|
5941
|
+
@container (width <= 44rem) {
|
|
5942
|
+
.cds--btn-set--fluid .cds--btn-set__fluid-inner:has(:nth-child(2):last-child) .cds--btn {
|
|
5943
|
+
flex-basis: 50%;
|
|
5944
|
+
max-inline-size: none;
|
|
5945
|
+
}
|
|
5946
|
+
}
|
|
5947
|
+
@container (width <= 33rem) {
|
|
5948
|
+
.cds--btn-set--fluid .cds--btn-set__fluid-inner:has(:nth-child(1):last-child) .cds--btn {
|
|
5949
|
+
flex: 1 1 100%;
|
|
5950
|
+
max-inline-size: none;
|
|
5951
|
+
}
|
|
5952
|
+
}
|
|
5953
|
+
|
|
5511
5954
|
.cds--toggletip-label {
|
|
5512
5955
|
font-size: var(--cds-body-01-font-size, 0.875rem);
|
|
5513
5956
|
font-weight: var(--cds-body-01-font-weight, 400);
|
|
@@ -5525,6 +5968,16 @@ li.cds--accordion__item--disabled:last-of-type {
|
|
|
5525
5968
|
}
|
|
5526
5969
|
|
|
5527
5970
|
.cds--toggletip-button {
|
|
5971
|
+
display: inline-block;
|
|
5972
|
+
padding: 0;
|
|
5973
|
+
border: 0;
|
|
5974
|
+
-webkit-appearance: none;
|
|
5975
|
+
-moz-appearance: none;
|
|
5976
|
+
appearance: none;
|
|
5977
|
+
background: none;
|
|
5978
|
+
cursor: pointer;
|
|
5979
|
+
text-align: start;
|
|
5980
|
+
inline-size: 100%;
|
|
5528
5981
|
box-sizing: border-box;
|
|
5529
5982
|
padding: 0;
|
|
5530
5983
|
border: 0;
|
|
@@ -5538,18 +5991,6 @@ li.cds--accordion__item--disabled:last-of-type {
|
|
|
5538
5991
|
.cds--toggletip-button *::after {
|
|
5539
5992
|
box-sizing: inherit;
|
|
5540
5993
|
}
|
|
5541
|
-
.cds--toggletip-button {
|
|
5542
|
-
display: inline-block;
|
|
5543
|
-
padding: 0;
|
|
5544
|
-
border: 0;
|
|
5545
|
-
-webkit-appearance: none;
|
|
5546
|
-
-moz-appearance: none;
|
|
5547
|
-
appearance: none;
|
|
5548
|
-
background: none;
|
|
5549
|
-
cursor: pointer;
|
|
5550
|
-
text-align: start;
|
|
5551
|
-
inline-size: 100%;
|
|
5552
|
-
}
|
|
5553
5994
|
.cds--toggletip-button::-moz-focus-inner {
|
|
5554
5995
|
border: 0;
|
|
5555
5996
|
}
|
|
@@ -6513,6 +6954,16 @@ li.cds--accordion__item--disabled:last-of-type {
|
|
|
6513
6954
|
|
|
6514
6955
|
.cds--overflow-menu,
|
|
6515
6956
|
.cds--overflow-menu__trigger {
|
|
6957
|
+
display: inline-block;
|
|
6958
|
+
padding: 0;
|
|
6959
|
+
border: 0;
|
|
6960
|
+
-webkit-appearance: none;
|
|
6961
|
+
-moz-appearance: none;
|
|
6962
|
+
appearance: none;
|
|
6963
|
+
background: none;
|
|
6964
|
+
cursor: pointer;
|
|
6965
|
+
text-align: start;
|
|
6966
|
+
inline-size: 100%;
|
|
6516
6967
|
box-sizing: border-box;
|
|
6517
6968
|
padding: 0;
|
|
6518
6969
|
border: 0;
|
|
@@ -6529,19 +6980,6 @@ li.cds--accordion__item--disabled:last-of-type {
|
|
|
6529
6980
|
.cds--overflow-menu__trigger *::after {
|
|
6530
6981
|
box-sizing: inherit;
|
|
6531
6982
|
}
|
|
6532
|
-
.cds--overflow-menu,
|
|
6533
|
-
.cds--overflow-menu__trigger {
|
|
6534
|
-
display: inline-block;
|
|
6535
|
-
padding: 0;
|
|
6536
|
-
border: 0;
|
|
6537
|
-
-webkit-appearance: none;
|
|
6538
|
-
-moz-appearance: none;
|
|
6539
|
-
appearance: none;
|
|
6540
|
-
background: none;
|
|
6541
|
-
cursor: pointer;
|
|
6542
|
-
text-align: start;
|
|
6543
|
-
inline-size: 100%;
|
|
6544
|
-
}
|
|
6545
6983
|
.cds--overflow-menu::-moz-focus-inner,
|
|
6546
6984
|
.cds--overflow-menu__trigger::-moz-focus-inner {
|
|
6547
6985
|
border: 0;
|
|
@@ -7260,10 +7698,12 @@ a.cds--overflow-menu-options__btn::before {
|
|
|
7260
7698
|
text-decoration: none;
|
|
7261
7699
|
}
|
|
7262
7700
|
|
|
7701
|
+
.cds--link.cds--link--visited,
|
|
7263
7702
|
.cds--link.cds--link--visited:visited {
|
|
7264
7703
|
color: var(--cds-link-visited-text-color, var(--cds-link-visited, #8a3ffc));
|
|
7265
7704
|
}
|
|
7266
7705
|
|
|
7706
|
+
.cds--link.cds--link--visited:hover,
|
|
7267
7707
|
.cds--link.cds--link--visited:visited:hover {
|
|
7268
7708
|
color: var(--cds-link-hover-text-color, var(--cds-link-primary-hover, #0043ce));
|
|
7269
7709
|
}
|
|
@@ -7449,6 +7889,16 @@ textarea:-webkit-autofill:focus {
|
|
|
7449
7889
|
}
|
|
7450
7890
|
|
|
7451
7891
|
.cds--label + .cds--tooltip .cds--tooltip__trigger {
|
|
7892
|
+
display: inline-block;
|
|
7893
|
+
padding: 0;
|
|
7894
|
+
border: 0;
|
|
7895
|
+
-webkit-appearance: none;
|
|
7896
|
+
-moz-appearance: none;
|
|
7897
|
+
appearance: none;
|
|
7898
|
+
background: none;
|
|
7899
|
+
cursor: pointer;
|
|
7900
|
+
text-align: start;
|
|
7901
|
+
inline-size: 100%;
|
|
7452
7902
|
box-sizing: border-box;
|
|
7453
7903
|
padding: 0;
|
|
7454
7904
|
border: 0;
|
|
@@ -7462,18 +7912,6 @@ textarea:-webkit-autofill:focus {
|
|
|
7462
7912
|
.cds--label + .cds--tooltip .cds--tooltip__trigger *::after {
|
|
7463
7913
|
box-sizing: inherit;
|
|
7464
7914
|
}
|
|
7465
|
-
.cds--label + .cds--tooltip .cds--tooltip__trigger {
|
|
7466
|
-
display: inline-block;
|
|
7467
|
-
padding: 0;
|
|
7468
|
-
border: 0;
|
|
7469
|
-
-webkit-appearance: none;
|
|
7470
|
-
-moz-appearance: none;
|
|
7471
|
-
appearance: none;
|
|
7472
|
-
background: none;
|
|
7473
|
-
cursor: pointer;
|
|
7474
|
-
text-align: start;
|
|
7475
|
-
inline-size: 100%;
|
|
7476
|
-
}
|
|
7477
7915
|
.cds--label + .cds--tooltip .cds--tooltip__trigger::-moz-focus-inner {
|
|
7478
7916
|
border: 0;
|
|
7479
7917
|
}
|
|
@@ -7661,10 +8099,9 @@ input:not(output, [data-invalid]):-moz-ui-invalid {
|
|
|
7661
8099
|
font-weight: 600;
|
|
7662
8100
|
}
|
|
7663
8101
|
.cds--form-requirement {
|
|
7664
|
-
font-size: var(--cds-
|
|
7665
|
-
|
|
7666
|
-
|
|
7667
|
-
letter-spacing: var(--cds-label-01-letter-spacing, 0.32px);
|
|
8102
|
+
font-size: var(--cds-helper-text-01-font-size, 0.75rem);
|
|
8103
|
+
line-height: var(--cds-helper-text-01-line-height, 1.33333);
|
|
8104
|
+
letter-spacing: var(--cds-helper-text-01-letter-spacing, 0.32px);
|
|
7668
8105
|
display: none;
|
|
7669
8106
|
overflow: hidden;
|
|
7670
8107
|
margin: 0.25rem 0 0;
|
|
@@ -8139,7 +8576,7 @@ fieldset[disabled] .cds--form__helper-text {
|
|
|
8139
8576
|
.cds--copy-btn .cds--copy-btn__feedback {
|
|
8140
8577
|
box-shadow: 0 2px 6px var(--cds-shadow, rgba(0, 0, 0, 0.3));
|
|
8141
8578
|
z-index: 6000;
|
|
8142
|
-
padding: 0.
|
|
8579
|
+
padding: 0.5rem 1rem;
|
|
8143
8580
|
border-radius: 0.125rem;
|
|
8144
8581
|
background-color: var(--cds-background-inverse, #393939);
|
|
8145
8582
|
block-size: auto;
|
|
@@ -8309,7 +8746,7 @@ fieldset[disabled] .cds--form__helper-text {
|
|
|
8309
8746
|
.cds--snippet--inline .cds--copy-btn__feedback {
|
|
8310
8747
|
box-shadow: 0 2px 6px var(--cds-shadow, rgba(0, 0, 0, 0.3));
|
|
8311
8748
|
z-index: 6000;
|
|
8312
|
-
padding: 0.
|
|
8749
|
+
padding: 0.5rem 1rem;
|
|
8313
8750
|
border-radius: 0.125rem;
|
|
8314
8751
|
background-color: var(--cds-background-inverse, #393939);
|
|
8315
8752
|
block-size: auto;
|
|
@@ -8975,7 +9412,7 @@ fieldset[disabled] .cds--form__helper-text {
|
|
|
8975
9412
|
.cds--text-input--password__visibility + .cds--assistive-text {
|
|
8976
9413
|
box-shadow: 0 2px 6px var(--cds-shadow, rgba(0, 0, 0, 0.3));
|
|
8977
9414
|
z-index: 6000;
|
|
8978
|
-
padding: 0.
|
|
9415
|
+
padding: 0.5rem 1rem;
|
|
8979
9416
|
border-radius: 0.125rem;
|
|
8980
9417
|
background-color: var(--cds-background-inverse, #393939);
|
|
8981
9418
|
block-size: auto;
|
|
@@ -9078,13 +9515,13 @@ fieldset[disabled] .cds--form__helper-text {
|
|
|
9078
9515
|
.cds--text-input--password__visibility::before {
|
|
9079
9516
|
border-width: 0 0.25rem 0.3125rem;
|
|
9080
9517
|
border-color: transparent transparent var(--cds-background-inverse, #393939);
|
|
9081
|
-
inset-block-end: -0.
|
|
9518
|
+
inset-block-end: -0.25rem;
|
|
9082
9519
|
transform: translate(-50%, 100%);
|
|
9083
9520
|
}
|
|
9084
9521
|
.cds--text-input--password__visibility::after,
|
|
9085
9522
|
.cds--text-input--password__visibility .cds--assistive-text,
|
|
9086
9523
|
.cds--text-input--password__visibility + .cds--assistive-text {
|
|
9087
|
-
inset-block-end: -0.
|
|
9524
|
+
inset-block-end: -0.5625rem;
|
|
9088
9525
|
transform: translate(-50%, 100%);
|
|
9089
9526
|
}
|
|
9090
9527
|
|
|
@@ -9123,8 +9560,7 @@ fieldset[disabled] .cds--form__helper-text {
|
|
|
9123
9560
|
}
|
|
9124
9561
|
|
|
9125
9562
|
.cds--btn.cds--text-input--password__visibility__toggle.cds--tooltip__trigger svg {
|
|
9126
|
-
fill: var(--cds-icon-
|
|
9127
|
-
transition: fill 70ms cubic-bezier(0.2, 0, 0.38, 0.9);
|
|
9563
|
+
fill: var(--cds-icon-primary, #161616);
|
|
9128
9564
|
}
|
|
9129
9565
|
|
|
9130
9566
|
.cds--btn.cds--text-input--password__visibility__toggle.cds--tooltip__trigger:focus {
|
|
@@ -9137,11 +9573,6 @@ fieldset[disabled] .cds--form__helper-text {
|
|
|
9137
9573
|
}
|
|
9138
9574
|
}
|
|
9139
9575
|
|
|
9140
|
-
.cds--btn.cds--text-input--password__visibility__toggle.cds--tooltip__trigger:hover svg,
|
|
9141
|
-
.cds--btn.cds--text-input--password__visibility__toggle.cds--tooltip__trigger:focus svg {
|
|
9142
|
-
fill: var(--cds-icon-primary, #161616);
|
|
9143
|
-
}
|
|
9144
|
-
|
|
9145
9576
|
.cds--text-input--invalid,
|
|
9146
9577
|
.cds--text-input--warning {
|
|
9147
9578
|
padding-inline-end: 2.5rem;
|
|
@@ -10334,6 +10765,16 @@ fieldset[disabled] .cds--form__helper-text {
|
|
|
10334
10765
|
}
|
|
10335
10766
|
|
|
10336
10767
|
.cds--list-box__field {
|
|
10768
|
+
display: inline-block;
|
|
10769
|
+
padding: 0;
|
|
10770
|
+
border: 0;
|
|
10771
|
+
-webkit-appearance: none;
|
|
10772
|
+
-moz-appearance: none;
|
|
10773
|
+
appearance: none;
|
|
10774
|
+
background: none;
|
|
10775
|
+
cursor: pointer;
|
|
10776
|
+
text-align: start;
|
|
10777
|
+
inline-size: 100%;
|
|
10337
10778
|
box-sizing: border-box;
|
|
10338
10779
|
padding: 0;
|
|
10339
10780
|
border: 0;
|
|
@@ -10347,18 +10788,6 @@ fieldset[disabled] .cds--form__helper-text {
|
|
|
10347
10788
|
.cds--list-box__field *::after {
|
|
10348
10789
|
box-sizing: inherit;
|
|
10349
10790
|
}
|
|
10350
|
-
.cds--list-box__field {
|
|
10351
|
-
display: inline-block;
|
|
10352
|
-
padding: 0;
|
|
10353
|
-
border: 0;
|
|
10354
|
-
-webkit-appearance: none;
|
|
10355
|
-
-moz-appearance: none;
|
|
10356
|
-
appearance: none;
|
|
10357
|
-
background: none;
|
|
10358
|
-
cursor: pointer;
|
|
10359
|
-
text-align: start;
|
|
10360
|
-
inline-size: 100%;
|
|
10361
|
-
}
|
|
10362
10791
|
.cds--list-box__field::-moz-focus-inner {
|
|
10363
10792
|
border: 0;
|
|
10364
10793
|
}
|
|
@@ -10435,6 +10864,15 @@ fieldset[disabled] .cds--form__helper-text {
|
|
|
10435
10864
|
}
|
|
10436
10865
|
|
|
10437
10866
|
.cds--list-box__menu-icon {
|
|
10867
|
+
display: inline-block;
|
|
10868
|
+
padding: 0;
|
|
10869
|
+
border: 0;
|
|
10870
|
+
-webkit-appearance: none;
|
|
10871
|
+
-moz-appearance: none;
|
|
10872
|
+
appearance: none;
|
|
10873
|
+
background: none;
|
|
10874
|
+
cursor: pointer;
|
|
10875
|
+
text-align: start;
|
|
10438
10876
|
box-sizing: border-box;
|
|
10439
10877
|
padding: 0;
|
|
10440
10878
|
border: 0;
|
|
@@ -10448,17 +10886,6 @@ fieldset[disabled] .cds--form__helper-text {
|
|
|
10448
10886
|
.cds--list-box__menu-icon *::after {
|
|
10449
10887
|
box-sizing: inherit;
|
|
10450
10888
|
}
|
|
10451
|
-
.cds--list-box__menu-icon {
|
|
10452
|
-
display: inline-block;
|
|
10453
|
-
padding: 0;
|
|
10454
|
-
border: 0;
|
|
10455
|
-
-webkit-appearance: none;
|
|
10456
|
-
-moz-appearance: none;
|
|
10457
|
-
appearance: none;
|
|
10458
|
-
background: none;
|
|
10459
|
-
cursor: pointer;
|
|
10460
|
-
text-align: start;
|
|
10461
|
-
}
|
|
10462
10889
|
.cds--list-box__menu-icon::-moz-focus-inner {
|
|
10463
10890
|
border: 0;
|
|
10464
10891
|
}
|
|
@@ -10486,6 +10913,15 @@ fieldset[disabled] .cds--form__helper-text {
|
|
|
10486
10913
|
}
|
|
10487
10914
|
|
|
10488
10915
|
.cds--list-box__selection {
|
|
10916
|
+
display: inline-block;
|
|
10917
|
+
padding: 0;
|
|
10918
|
+
border: 0;
|
|
10919
|
+
-webkit-appearance: none;
|
|
10920
|
+
-moz-appearance: none;
|
|
10921
|
+
appearance: none;
|
|
10922
|
+
background: none;
|
|
10923
|
+
cursor: pointer;
|
|
10924
|
+
text-align: start;
|
|
10489
10925
|
box-sizing: border-box;
|
|
10490
10926
|
padding: 0;
|
|
10491
10927
|
border: 0;
|
|
@@ -10499,17 +10935,6 @@ fieldset[disabled] .cds--form__helper-text {
|
|
|
10499
10935
|
.cds--list-box__selection *::after {
|
|
10500
10936
|
box-sizing: inherit;
|
|
10501
10937
|
}
|
|
10502
|
-
.cds--list-box__selection {
|
|
10503
|
-
display: inline-block;
|
|
10504
|
-
padding: 0;
|
|
10505
|
-
border: 0;
|
|
10506
|
-
-webkit-appearance: none;
|
|
10507
|
-
-moz-appearance: none;
|
|
10508
|
-
appearance: none;
|
|
10509
|
-
background: none;
|
|
10510
|
-
cursor: pointer;
|
|
10511
|
-
text-align: start;
|
|
10512
|
-
}
|
|
10513
10938
|
.cds--list-box__selection::-moz-focus-inner {
|
|
10514
10939
|
border: 0;
|
|
10515
10940
|
}
|
|
@@ -10638,6 +11063,10 @@ fieldset[disabled] .cds--form__helper-text {
|
|
|
10638
11063
|
}
|
|
10639
11064
|
}
|
|
10640
11065
|
|
|
11066
|
+
.cds--autoalign .cds--list-box__menu {
|
|
11067
|
+
inset-inline: auto;
|
|
11068
|
+
}
|
|
11069
|
+
|
|
10641
11070
|
.cds--list-box .cds--list-box__field[aria-expanded=false] .cds--list-box__menu {
|
|
10642
11071
|
display: none;
|
|
10643
11072
|
max-block-size: 0;
|
|
@@ -10940,8 +11369,7 @@ fieldset[disabled] .cds--form__helper-text {
|
|
|
10940
11369
|
inset-block-end: 3rem;
|
|
10941
11370
|
}
|
|
10942
11371
|
|
|
10943
|
-
.cds--list-box input
|
|
10944
|
-
.cds--list-box input[type=text] {
|
|
11372
|
+
.cds--list-box .cds--text-input {
|
|
10945
11373
|
background-color: inherit;
|
|
10946
11374
|
min-inline-size: 0;
|
|
10947
11375
|
text-overflow: ellipsis;
|
|
@@ -11589,6 +12017,16 @@ fieldset[disabled] .cds--form__helper-text {
|
|
|
11589
12017
|
}
|
|
11590
12018
|
|
|
11591
12019
|
.cds--contained-list-item--clickable .cds--contained-list-item__content {
|
|
12020
|
+
display: inline-block;
|
|
12021
|
+
padding: 0;
|
|
12022
|
+
border: 0;
|
|
12023
|
+
-webkit-appearance: none;
|
|
12024
|
+
-moz-appearance: none;
|
|
12025
|
+
appearance: none;
|
|
12026
|
+
background: none;
|
|
12027
|
+
cursor: pointer;
|
|
12028
|
+
text-align: start;
|
|
12029
|
+
inline-size: 100%;
|
|
11592
12030
|
box-sizing: border-box;
|
|
11593
12031
|
padding: 0;
|
|
11594
12032
|
border: 0;
|
|
@@ -11602,18 +12040,6 @@ fieldset[disabled] .cds--form__helper-text {
|
|
|
11602
12040
|
.cds--contained-list-item--clickable .cds--contained-list-item__content *::after {
|
|
11603
12041
|
box-sizing: inherit;
|
|
11604
12042
|
}
|
|
11605
|
-
.cds--contained-list-item--clickable .cds--contained-list-item__content {
|
|
11606
|
-
display: inline-block;
|
|
11607
|
-
padding: 0;
|
|
11608
|
-
border: 0;
|
|
11609
|
-
-webkit-appearance: none;
|
|
11610
|
-
-moz-appearance: none;
|
|
11611
|
-
appearance: none;
|
|
11612
|
-
background: none;
|
|
11613
|
-
cursor: pointer;
|
|
11614
|
-
text-align: start;
|
|
11615
|
-
inline-size: 100%;
|
|
11616
|
-
}
|
|
11617
12043
|
.cds--contained-list-item--clickable .cds--contained-list-item__content::-moz-focus-inner {
|
|
11618
12044
|
border: 0;
|
|
11619
12045
|
}
|
|
@@ -12594,6 +13020,15 @@ fieldset[disabled] .cds--form__helper-text {
|
|
|
12594
13020
|
padding-inline: 1rem;
|
|
12595
13021
|
}
|
|
12596
13022
|
|
|
13023
|
+
.cds--data-table-header.cds--data-table-header__with-decorator {
|
|
13024
|
+
display: flex;
|
|
13025
|
+
justify-content: space-between;
|
|
13026
|
+
}
|
|
13027
|
+
|
|
13028
|
+
.cds--data-table-header.cds--data-table-header__with-decorator.cds--data-table-header__with-decorator--standalone {
|
|
13029
|
+
justify-content: flex-end;
|
|
13030
|
+
}
|
|
13031
|
+
|
|
12597
13032
|
.cds--data-table-header__title {
|
|
12598
13033
|
font-size: var(--cds-heading-03-font-size, 1.25rem);
|
|
12599
13034
|
font-weight: var(--cds-heading-03-font-weight, 400);
|
|
@@ -13560,6 +13995,15 @@ tr.cds--parent-row:not(.cds--expandable-row):not(:first-of-type) td.cds--table-c
|
|
|
13560
13995
|
}
|
|
13561
13996
|
|
|
13562
13997
|
.cds--search-close {
|
|
13998
|
+
display: inline-block;
|
|
13999
|
+
padding: 0;
|
|
14000
|
+
border: 0;
|
|
14001
|
+
-webkit-appearance: none;
|
|
14002
|
+
-moz-appearance: none;
|
|
14003
|
+
appearance: none;
|
|
14004
|
+
background: none;
|
|
14005
|
+
cursor: pointer;
|
|
14006
|
+
text-align: start;
|
|
13563
14007
|
box-sizing: border-box;
|
|
13564
14008
|
padding: 0;
|
|
13565
14009
|
border: 0;
|
|
@@ -13573,17 +14017,6 @@ tr.cds--parent-row:not(.cds--expandable-row):not(:first-of-type) td.cds--table-c
|
|
|
13573
14017
|
.cds--search-close *::after {
|
|
13574
14018
|
box-sizing: inherit;
|
|
13575
14019
|
}
|
|
13576
|
-
.cds--search-close {
|
|
13577
|
-
display: inline-block;
|
|
13578
|
-
padding: 0;
|
|
13579
|
-
border: 0;
|
|
13580
|
-
-webkit-appearance: none;
|
|
13581
|
-
-moz-appearance: none;
|
|
13582
|
-
appearance: none;
|
|
13583
|
-
background: none;
|
|
13584
|
-
cursor: pointer;
|
|
13585
|
-
text-align: start;
|
|
13586
|
-
}
|
|
13587
14020
|
.cds--search-close::-moz-focus-inner {
|
|
13588
14021
|
border: 0;
|
|
13589
14022
|
}
|
|
@@ -14068,6 +14501,16 @@ tr.cds--parent-row:not(.cds--expandable-row):not(:first-of-type) td.cds--table-c
|
|
|
14068
14501
|
}
|
|
14069
14502
|
|
|
14070
14503
|
.cds--overflow-menu.cds--toolbar-action {
|
|
14504
|
+
display: inline-block;
|
|
14505
|
+
padding: 0;
|
|
14506
|
+
border: 0;
|
|
14507
|
+
-webkit-appearance: none;
|
|
14508
|
+
-moz-appearance: none;
|
|
14509
|
+
appearance: none;
|
|
14510
|
+
background: none;
|
|
14511
|
+
cursor: pointer;
|
|
14512
|
+
text-align: start;
|
|
14513
|
+
inline-size: 100%;
|
|
14071
14514
|
box-sizing: border-box;
|
|
14072
14515
|
padding: 0;
|
|
14073
14516
|
border: 0;
|
|
@@ -14081,18 +14524,6 @@ tr.cds--parent-row:not(.cds--expandable-row):not(:first-of-type) td.cds--table-c
|
|
|
14081
14524
|
.cds--overflow-menu.cds--toolbar-action *::after {
|
|
14082
14525
|
box-sizing: inherit;
|
|
14083
14526
|
}
|
|
14084
|
-
.cds--overflow-menu.cds--toolbar-action {
|
|
14085
|
-
display: inline-block;
|
|
14086
|
-
padding: 0;
|
|
14087
|
-
border: 0;
|
|
14088
|
-
-webkit-appearance: none;
|
|
14089
|
-
-moz-appearance: none;
|
|
14090
|
-
appearance: none;
|
|
14091
|
-
background: none;
|
|
14092
|
-
cursor: pointer;
|
|
14093
|
-
text-align: start;
|
|
14094
|
-
inline-size: 100%;
|
|
14095
|
-
}
|
|
14096
14527
|
.cds--overflow-menu.cds--toolbar-action::-moz-focus-inner {
|
|
14097
14528
|
border: 0;
|
|
14098
14529
|
}
|
|
@@ -14106,6 +14537,16 @@ tr.cds--parent-row:not(.cds--expandable-row):not(:first-of-type) td.cds--table-c
|
|
|
14106
14537
|
}
|
|
14107
14538
|
|
|
14108
14539
|
.cds--toolbar-action {
|
|
14540
|
+
display: inline-block;
|
|
14541
|
+
padding: 0;
|
|
14542
|
+
border: 0;
|
|
14543
|
+
-webkit-appearance: none;
|
|
14544
|
+
-moz-appearance: none;
|
|
14545
|
+
appearance: none;
|
|
14546
|
+
background: none;
|
|
14547
|
+
cursor: pointer;
|
|
14548
|
+
text-align: start;
|
|
14549
|
+
inline-size: 100%;
|
|
14109
14550
|
box-sizing: border-box;
|
|
14110
14551
|
padding: 0;
|
|
14111
14552
|
border: 0;
|
|
@@ -14119,18 +14560,6 @@ tr.cds--parent-row:not(.cds--expandable-row):not(:first-of-type) td.cds--table-c
|
|
|
14119
14560
|
.cds--toolbar-action *::after {
|
|
14120
14561
|
box-sizing: inherit;
|
|
14121
14562
|
}
|
|
14122
|
-
.cds--toolbar-action {
|
|
14123
|
-
display: inline-block;
|
|
14124
|
-
padding: 0;
|
|
14125
|
-
border: 0;
|
|
14126
|
-
-webkit-appearance: none;
|
|
14127
|
-
-moz-appearance: none;
|
|
14128
|
-
appearance: none;
|
|
14129
|
-
background: none;
|
|
14130
|
-
cursor: pointer;
|
|
14131
|
-
text-align: start;
|
|
14132
|
-
inline-size: 100%;
|
|
14133
|
-
}
|
|
14134
14563
|
.cds--toolbar-action::-moz-focus-inner {
|
|
14135
14564
|
border: 0;
|
|
14136
14565
|
}
|
|
@@ -14657,6 +15086,15 @@ tr.cds--parent-row.cds--expandable-row.cds--expandable-row--hover td:first-of-ty
|
|
|
14657
15086
|
}
|
|
14658
15087
|
|
|
14659
15088
|
.cds--table-expand__button {
|
|
15089
|
+
display: inline-block;
|
|
15090
|
+
padding: 0;
|
|
15091
|
+
border: 0;
|
|
15092
|
+
-webkit-appearance: none;
|
|
15093
|
+
-moz-appearance: none;
|
|
15094
|
+
appearance: none;
|
|
15095
|
+
background: none;
|
|
15096
|
+
cursor: pointer;
|
|
15097
|
+
text-align: start;
|
|
14660
15098
|
box-sizing: border-box;
|
|
14661
15099
|
padding: 0;
|
|
14662
15100
|
border: 0;
|
|
@@ -14670,17 +15108,6 @@ tr.cds--parent-row.cds--expandable-row.cds--expandable-row--hover td:first-of-ty
|
|
|
14670
15108
|
.cds--table-expand__button *::after {
|
|
14671
15109
|
box-sizing: inherit;
|
|
14672
15110
|
}
|
|
14673
|
-
.cds--table-expand__button {
|
|
14674
|
-
display: inline-block;
|
|
14675
|
-
padding: 0;
|
|
14676
|
-
border: 0;
|
|
14677
|
-
-webkit-appearance: none;
|
|
14678
|
-
-moz-appearance: none;
|
|
14679
|
-
appearance: none;
|
|
14680
|
-
background: none;
|
|
14681
|
-
cursor: pointer;
|
|
14682
|
-
text-align: start;
|
|
14683
|
-
}
|
|
14684
15111
|
.cds--table-expand__button::-moz-focus-inner {
|
|
14685
15112
|
border: 0;
|
|
14686
15113
|
}
|
|
@@ -15025,6 +15452,15 @@ tr.cds--parent-row.cds--data-table--selected.cds--expandable-row--hover + tr[dat
|
|
|
15025
15452
|
}
|
|
15026
15453
|
|
|
15027
15454
|
.cds--table-sort {
|
|
15455
|
+
display: inline-block;
|
|
15456
|
+
padding: 0;
|
|
15457
|
+
border: 0;
|
|
15458
|
+
-webkit-appearance: none;
|
|
15459
|
+
-moz-appearance: none;
|
|
15460
|
+
appearance: none;
|
|
15461
|
+
background: none;
|
|
15462
|
+
cursor: pointer;
|
|
15463
|
+
text-align: start;
|
|
15028
15464
|
box-sizing: border-box;
|
|
15029
15465
|
padding: 0;
|
|
15030
15466
|
border: 0;
|
|
@@ -15038,17 +15474,6 @@ tr.cds--parent-row.cds--data-table--selected.cds--expandable-row--hover + tr[dat
|
|
|
15038
15474
|
.cds--table-sort *::after {
|
|
15039
15475
|
box-sizing: inherit;
|
|
15040
15476
|
}
|
|
15041
|
-
.cds--table-sort {
|
|
15042
|
-
display: inline-block;
|
|
15043
|
-
padding: 0;
|
|
15044
|
-
border: 0;
|
|
15045
|
-
-webkit-appearance: none;
|
|
15046
|
-
-moz-appearance: none;
|
|
15047
|
-
appearance: none;
|
|
15048
|
-
background: none;
|
|
15049
|
-
cursor: pointer;
|
|
15050
|
-
text-align: start;
|
|
15051
|
-
}
|
|
15052
15477
|
.cds--table-sort::-moz-focus-inner {
|
|
15053
15478
|
border: 0;
|
|
15054
15479
|
}
|
|
@@ -17351,10 +17776,9 @@ button.cds--dropdown-text:focus {
|
|
|
17351
17776
|
|
|
17352
17777
|
.cds--file__selected-file--invalid .cds--form-requirement__title,
|
|
17353
17778
|
.cds--file__selected-file--invalid .cds--form-requirement__supplement {
|
|
17354
|
-
font-size: var(--cds-
|
|
17355
|
-
|
|
17356
|
-
|
|
17357
|
-
letter-spacing: var(--cds-label-01-letter-spacing, 0.32px);
|
|
17779
|
+
font-size: var(--cds-helper-text-01-font-size, 0.75rem);
|
|
17780
|
+
line-height: var(--cds-helper-text-01-line-height, 1.33333);
|
|
17781
|
+
letter-spacing: var(--cds-helper-text-01-letter-spacing, 0.32px);
|
|
17358
17782
|
padding: 0 1rem;
|
|
17359
17783
|
}
|
|
17360
17784
|
|
|
@@ -17367,10 +17791,9 @@ button.cds--dropdown-text:focus {
|
|
|
17367
17791
|
}
|
|
17368
17792
|
|
|
17369
17793
|
.cds--file__selected-file--invalid + .cds--form-requirement {
|
|
17370
|
-
font-size: var(--cds-
|
|
17371
|
-
|
|
17372
|
-
|
|
17373
|
-
letter-spacing: var(--cds-label-01-letter-spacing, 0.32px);
|
|
17794
|
+
font-size: var(--cds-helper-text-01-font-size, 0.75rem);
|
|
17795
|
+
line-height: var(--cds-helper-text-01-line-height, 1.33333);
|
|
17796
|
+
letter-spacing: var(--cds-helper-text-01-letter-spacing, 0.32px);
|
|
17374
17797
|
display: block;
|
|
17375
17798
|
overflow: visible;
|
|
17376
17799
|
padding: 0.5rem 1rem;
|
|
@@ -17459,20 +17882,6 @@ button.cds--dropdown-text:focus {
|
|
|
17459
17882
|
margin-inline-end: -0.5rem;
|
|
17460
17883
|
}
|
|
17461
17884
|
|
|
17462
|
-
.cds--file__drop-container {
|
|
17463
|
-
box-sizing: border-box;
|
|
17464
|
-
padding: 0;
|
|
17465
|
-
border: 0;
|
|
17466
|
-
margin: 0;
|
|
17467
|
-
font-family: inherit;
|
|
17468
|
-
font-size: 100%;
|
|
17469
|
-
vertical-align: baseline;
|
|
17470
|
-
}
|
|
17471
|
-
.cds--file__drop-container *,
|
|
17472
|
-
.cds--file__drop-container *::before,
|
|
17473
|
-
.cds--file__drop-container *::after {
|
|
17474
|
-
box-sizing: inherit;
|
|
17475
|
-
}
|
|
17476
17885
|
.cds--file__drop-container {
|
|
17477
17886
|
display: inline-block;
|
|
17478
17887
|
padding: 0;
|
|
@@ -17484,6 +17893,18 @@ button.cds--dropdown-text:focus {
|
|
|
17484
17893
|
cursor: pointer;
|
|
17485
17894
|
text-align: start;
|
|
17486
17895
|
inline-size: 100%;
|
|
17896
|
+
box-sizing: border-box;
|
|
17897
|
+
padding: 0;
|
|
17898
|
+
border: 0;
|
|
17899
|
+
margin: 0;
|
|
17900
|
+
font-family: inherit;
|
|
17901
|
+
font-size: 100%;
|
|
17902
|
+
vertical-align: baseline;
|
|
17903
|
+
}
|
|
17904
|
+
.cds--file__drop-container *,
|
|
17905
|
+
.cds--file__drop-container *::before,
|
|
17906
|
+
.cds--file__drop-container *::after {
|
|
17907
|
+
box-sizing: inherit;
|
|
17487
17908
|
}
|
|
17488
17909
|
.cds--file__drop-container::-moz-focus-inner {
|
|
17489
17910
|
border: 0;
|
|
@@ -17652,6 +18073,11 @@ button.cds--dropdown-text:focus {
|
|
|
17652
18073
|
border-block-end: 1px solid var(--cds-border-strong);
|
|
17653
18074
|
}
|
|
17654
18075
|
|
|
18076
|
+
.cds--list-box__wrapper--fluid.cds--list-box__wrapper--fluid--invalid .cds--form-requirement:empty,
|
|
18077
|
+
.cds--list-box__wrapper--fluid .cds--list-box--warning ~ .cds--form-requirement:empty {
|
|
18078
|
+
block-size: 2rem;
|
|
18079
|
+
}
|
|
18080
|
+
|
|
17655
18081
|
.cds--list-box__wrapper--fluid.cds--list-box__wrapper--fluid--invalid .cds--list-box[data-invalid] .cds--list-box__invalid-icon,
|
|
17656
18082
|
.cds--list-box__wrapper--fluid .cds--list-box.cds--list-box--warning .cds--list-box__invalid-icon {
|
|
17657
18083
|
inset-block-start: 5.0625rem;
|
|
@@ -17851,7 +18277,7 @@ button.cds--dropdown-text:focus {
|
|
|
17851
18277
|
}
|
|
17852
18278
|
|
|
17853
18279
|
.cds--list-box__wrapper--fluid:has(.cds--dropdown) .cds--list-box__menu-icon {
|
|
17854
|
-
inset-inline-end:
|
|
18280
|
+
inset-inline-end: 1rem;
|
|
17855
18281
|
}
|
|
17856
18282
|
|
|
17857
18283
|
.cds--list-box__wrapper--fluid.cds--list-box__wrapper--decorator .cds--list-box--invalid[data-invalid] .cds--list-box__wrapper--decorator-inner > *::before,
|
|
@@ -18190,6 +18616,10 @@ button.cds--dropdown-text:focus {
|
|
|
18190
18616
|
padding-inline-end: 4rem;
|
|
18191
18617
|
}
|
|
18192
18618
|
|
|
18619
|
+
.cds--multi-select {
|
|
18620
|
+
box-sizing: border-box;
|
|
18621
|
+
}
|
|
18622
|
+
|
|
18193
18623
|
.cds--multi-select .cds--list-box__field--wrapper {
|
|
18194
18624
|
display: inline-flex;
|
|
18195
18625
|
align-items: center;
|
|
@@ -18556,6 +18986,16 @@ button.cds--dropdown-text:focus {
|
|
|
18556
18986
|
}
|
|
18557
18987
|
|
|
18558
18988
|
.cds--number__control-btn {
|
|
18989
|
+
display: inline-block;
|
|
18990
|
+
padding: 0;
|
|
18991
|
+
border: 0;
|
|
18992
|
+
-webkit-appearance: none;
|
|
18993
|
+
-moz-appearance: none;
|
|
18994
|
+
appearance: none;
|
|
18995
|
+
background: none;
|
|
18996
|
+
cursor: pointer;
|
|
18997
|
+
text-align: start;
|
|
18998
|
+
inline-size: 100%;
|
|
18559
18999
|
box-sizing: border-box;
|
|
18560
19000
|
padding: 0;
|
|
18561
19001
|
border: 0;
|
|
@@ -18569,18 +19009,6 @@ button.cds--dropdown-text:focus {
|
|
|
18569
19009
|
.cds--number__control-btn *::after {
|
|
18570
19010
|
box-sizing: inherit;
|
|
18571
19011
|
}
|
|
18572
|
-
.cds--number__control-btn {
|
|
18573
|
-
display: inline-block;
|
|
18574
|
-
padding: 0;
|
|
18575
|
-
border: 0;
|
|
18576
|
-
-webkit-appearance: none;
|
|
18577
|
-
-moz-appearance: none;
|
|
18578
|
-
appearance: none;
|
|
18579
|
-
background: none;
|
|
18580
|
-
cursor: pointer;
|
|
18581
|
-
text-align: start;
|
|
18582
|
-
inline-size: 100%;
|
|
18583
|
-
}
|
|
18584
19012
|
.cds--number__control-btn::-moz-focus-inner {
|
|
18585
19013
|
border: 0;
|
|
18586
19014
|
}
|
|
@@ -20377,6 +20805,10 @@ optgroup.cds--select-optgroup:disabled,
|
|
|
20377
20805
|
inset-inline-start: auto;
|
|
20378
20806
|
}
|
|
20379
20807
|
|
|
20808
|
+
.cds--text-input--fluid.cds--text-input-wrapper--readonly .cds--text-input__field-wrapper .cds--text-input {
|
|
20809
|
+
color: var(--cds-text-secondary, #525252);
|
|
20810
|
+
}
|
|
20811
|
+
|
|
20380
20812
|
.cds--text-input--fluid .cds--label::-webkit-scrollbar,
|
|
20381
20813
|
.cds--text-input--fluid .cds--label .cds--toggletip-label::-webkit-scrollbar {
|
|
20382
20814
|
display: none;
|
|
@@ -23058,6 +23490,11 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
|
23058
23490
|
transform: translate(0.5rem, -50%);
|
|
23059
23491
|
}
|
|
23060
23492
|
|
|
23493
|
+
.cds--pagination .cds--select--inline .cds--select-input[disabled],
|
|
23494
|
+
.cds--pagination .cds--select--inline .cds--select-input[disabled]:hover {
|
|
23495
|
+
background-color: var(--cds-layer);
|
|
23496
|
+
}
|
|
23497
|
+
|
|
23061
23498
|
.cds--unstable-pagination {
|
|
23062
23499
|
box-sizing: border-box;
|
|
23063
23500
|
padding: 0;
|
|
@@ -23288,6 +23725,15 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
|
23288
23725
|
font-weight: var(--cds-body-compact-01-font-weight, 400);
|
|
23289
23726
|
line-height: var(--cds-body-compact-01-line-height, 1.28572);
|
|
23290
23727
|
letter-spacing: var(--cds-body-compact-01-letter-spacing, 0.16px);
|
|
23728
|
+
display: inline-block;
|
|
23729
|
+
padding: 0;
|
|
23730
|
+
border: 0;
|
|
23731
|
+
-webkit-appearance: none;
|
|
23732
|
+
-moz-appearance: none;
|
|
23733
|
+
appearance: none;
|
|
23734
|
+
background: none;
|
|
23735
|
+
cursor: pointer;
|
|
23736
|
+
text-align: start;
|
|
23291
23737
|
box-sizing: border-box;
|
|
23292
23738
|
padding: 0;
|
|
23293
23739
|
border: 0;
|
|
@@ -23301,17 +23747,6 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
|
23301
23747
|
.cds--pagination-nav__page *::after {
|
|
23302
23748
|
box-sizing: inherit;
|
|
23303
23749
|
}
|
|
23304
|
-
.cds--pagination-nav__page {
|
|
23305
|
-
display: inline-block;
|
|
23306
|
-
padding: 0;
|
|
23307
|
-
border: 0;
|
|
23308
|
-
-webkit-appearance: none;
|
|
23309
|
-
-moz-appearance: none;
|
|
23310
|
-
appearance: none;
|
|
23311
|
-
background: none;
|
|
23312
|
-
cursor: pointer;
|
|
23313
|
-
text-align: start;
|
|
23314
|
-
}
|
|
23315
23750
|
.cds--pagination-nav__page::-moz-focus-inner {
|
|
23316
23751
|
border: 0;
|
|
23317
23752
|
}
|
|
@@ -23832,6 +24267,16 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
|
23832
24267
|
}
|
|
23833
24268
|
|
|
23834
24269
|
.cds--progress-step-button {
|
|
24270
|
+
display: inline-block;
|
|
24271
|
+
padding: 0;
|
|
24272
|
+
border: 0;
|
|
24273
|
+
-webkit-appearance: none;
|
|
24274
|
+
-moz-appearance: none;
|
|
24275
|
+
appearance: none;
|
|
24276
|
+
background: none;
|
|
24277
|
+
cursor: pointer;
|
|
24278
|
+
text-align: start;
|
|
24279
|
+
inline-size: 100%;
|
|
23835
24280
|
box-sizing: border-box;
|
|
23836
24281
|
padding: 0;
|
|
23837
24282
|
border: 0;
|
|
@@ -23845,18 +24290,6 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
|
23845
24290
|
.cds--progress-step-button *::after {
|
|
23846
24291
|
box-sizing: inherit;
|
|
23847
24292
|
}
|
|
23848
|
-
.cds--progress-step-button {
|
|
23849
|
-
display: inline-block;
|
|
23850
|
-
padding: 0;
|
|
23851
|
-
border: 0;
|
|
23852
|
-
-webkit-appearance: none;
|
|
23853
|
-
-moz-appearance: none;
|
|
23854
|
-
appearance: none;
|
|
23855
|
-
background: none;
|
|
23856
|
-
cursor: pointer;
|
|
23857
|
-
text-align: start;
|
|
23858
|
-
inline-size: 100%;
|
|
23859
|
-
}
|
|
23860
24293
|
.cds--progress-step-button::-moz-focus-inner {
|
|
23861
24294
|
border: 0;
|
|
23862
24295
|
}
|
|
@@ -25171,6 +25604,16 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
|
25171
25604
|
display: flex;
|
|
25172
25605
|
}
|
|
25173
25606
|
.cds--tabs .cds--tab--overflow-nav-button {
|
|
25607
|
+
display: inline-block;
|
|
25608
|
+
padding: 0;
|
|
25609
|
+
border: 0;
|
|
25610
|
+
-webkit-appearance: none;
|
|
25611
|
+
-moz-appearance: none;
|
|
25612
|
+
appearance: none;
|
|
25613
|
+
background: none;
|
|
25614
|
+
cursor: pointer;
|
|
25615
|
+
text-align: start;
|
|
25616
|
+
inline-size: 100%;
|
|
25174
25617
|
box-sizing: border-box;
|
|
25175
25618
|
padding: 0;
|
|
25176
25619
|
border: 0;
|
|
@@ -25184,18 +25627,6 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
|
25184
25627
|
.cds--tabs .cds--tab--overflow-nav-button *::after {
|
|
25185
25628
|
box-sizing: inherit;
|
|
25186
25629
|
}
|
|
25187
|
-
.cds--tabs .cds--tab--overflow-nav-button {
|
|
25188
|
-
display: inline-block;
|
|
25189
|
-
padding: 0;
|
|
25190
|
-
border: 0;
|
|
25191
|
-
-webkit-appearance: none;
|
|
25192
|
-
-moz-appearance: none;
|
|
25193
|
-
appearance: none;
|
|
25194
|
-
background: none;
|
|
25195
|
-
cursor: pointer;
|
|
25196
|
-
text-align: start;
|
|
25197
|
-
inline-size: 100%;
|
|
25198
|
-
}
|
|
25199
25630
|
.cds--tabs .cds--tab--overflow-nav-button::-moz-focus-inner {
|
|
25200
25631
|
border: 0;
|
|
25201
25632
|
}
|
|
@@ -25388,6 +25819,16 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
|
25388
25819
|
display: none;
|
|
25389
25820
|
}
|
|
25390
25821
|
.cds--tabs .cds--tabs__nav-item--close-icon {
|
|
25822
|
+
display: inline-block;
|
|
25823
|
+
padding: 0;
|
|
25824
|
+
border: 0;
|
|
25825
|
+
-webkit-appearance: none;
|
|
25826
|
+
-moz-appearance: none;
|
|
25827
|
+
appearance: none;
|
|
25828
|
+
background: none;
|
|
25829
|
+
cursor: pointer;
|
|
25830
|
+
text-align: start;
|
|
25831
|
+
inline-size: 100%;
|
|
25391
25832
|
box-sizing: border-box;
|
|
25392
25833
|
padding: 0;
|
|
25393
25834
|
border: 0;
|
|
@@ -25401,18 +25842,6 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
|
25401
25842
|
.cds--tabs .cds--tabs__nav-item--close-icon *::after {
|
|
25402
25843
|
box-sizing: inherit;
|
|
25403
25844
|
}
|
|
25404
|
-
.cds--tabs .cds--tabs__nav-item--close-icon {
|
|
25405
|
-
display: inline-block;
|
|
25406
|
-
padding: 0;
|
|
25407
|
-
border: 0;
|
|
25408
|
-
-webkit-appearance: none;
|
|
25409
|
-
-moz-appearance: none;
|
|
25410
|
-
appearance: none;
|
|
25411
|
-
background: none;
|
|
25412
|
-
cursor: pointer;
|
|
25413
|
-
text-align: start;
|
|
25414
|
-
inline-size: 100%;
|
|
25415
|
-
}
|
|
25416
25845
|
.cds--tabs .cds--tabs__nav-item--close-icon::-moz-focus-inner {
|
|
25417
25846
|
border: 0;
|
|
25418
25847
|
}
|
|
@@ -25483,6 +25912,15 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
|
25483
25912
|
padding-inline-start: var(--cds-layout-density-padding-inline-local);
|
|
25484
25913
|
}
|
|
25485
25914
|
.cds--tabs .cds--tabs__nav-link {
|
|
25915
|
+
display: inline-block;
|
|
25916
|
+
padding: 0;
|
|
25917
|
+
border: 0;
|
|
25918
|
+
-webkit-appearance: none;
|
|
25919
|
+
-moz-appearance: none;
|
|
25920
|
+
appearance: none;
|
|
25921
|
+
background: none;
|
|
25922
|
+
cursor: pointer;
|
|
25923
|
+
text-align: start;
|
|
25486
25924
|
box-sizing: border-box;
|
|
25487
25925
|
padding: 0;
|
|
25488
25926
|
border: 0;
|
|
@@ -25496,17 +25934,6 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
|
25496
25934
|
.cds--tabs .cds--tabs__nav-link *::after {
|
|
25497
25935
|
box-sizing: inherit;
|
|
25498
25936
|
}
|
|
25499
|
-
.cds--tabs .cds--tabs__nav-link {
|
|
25500
|
-
display: inline-block;
|
|
25501
|
-
padding: 0;
|
|
25502
|
-
border: 0;
|
|
25503
|
-
-webkit-appearance: none;
|
|
25504
|
-
-moz-appearance: none;
|
|
25505
|
-
appearance: none;
|
|
25506
|
-
background: none;
|
|
25507
|
-
cursor: pointer;
|
|
25508
|
-
text-align: start;
|
|
25509
|
-
}
|
|
25510
25937
|
.cds--tabs .cds--tabs__nav-link::-moz-focus-inner {
|
|
25511
25938
|
border: 0;
|
|
25512
25939
|
}
|
|
@@ -25994,6 +26421,16 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
|
25994
26421
|
}
|
|
25995
26422
|
|
|
25996
26423
|
.cds--tile__chevron--interactive {
|
|
26424
|
+
display: inline-block;
|
|
26425
|
+
padding: 0;
|
|
26426
|
+
border: 0;
|
|
26427
|
+
-webkit-appearance: none;
|
|
26428
|
+
-moz-appearance: none;
|
|
26429
|
+
appearance: none;
|
|
26430
|
+
background: none;
|
|
26431
|
+
cursor: pointer;
|
|
26432
|
+
text-align: start;
|
|
26433
|
+
inline-size: 100%;
|
|
25997
26434
|
box-sizing: border-box;
|
|
25998
26435
|
padding: 0;
|
|
25999
26436
|
border: 0;
|
|
@@ -26007,18 +26444,6 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
|
26007
26444
|
.cds--tile__chevron--interactive *::after {
|
|
26008
26445
|
box-sizing: inherit;
|
|
26009
26446
|
}
|
|
26010
|
-
.cds--tile__chevron--interactive {
|
|
26011
|
-
display: inline-block;
|
|
26012
|
-
padding: 0;
|
|
26013
|
-
border: 0;
|
|
26014
|
-
-webkit-appearance: none;
|
|
26015
|
-
-moz-appearance: none;
|
|
26016
|
-
appearance: none;
|
|
26017
|
-
background: none;
|
|
26018
|
-
cursor: pointer;
|
|
26019
|
-
text-align: start;
|
|
26020
|
-
inline-size: 100%;
|
|
26021
|
-
}
|
|
26022
26447
|
.cds--tile__chevron--interactive::-moz-focus-inner {
|
|
26023
26448
|
border: 0;
|
|
26024
26449
|
}
|
|
@@ -27052,6 +27477,16 @@ div:has(.cds--header) ~ .cds--content {
|
|
|
27052
27477
|
}
|
|
27053
27478
|
|
|
27054
27479
|
.cds--header__action {
|
|
27480
|
+
display: inline-block;
|
|
27481
|
+
padding: 0;
|
|
27482
|
+
border: 0;
|
|
27483
|
+
-webkit-appearance: none;
|
|
27484
|
+
-moz-appearance: none;
|
|
27485
|
+
appearance: none;
|
|
27486
|
+
background: none;
|
|
27487
|
+
cursor: pointer;
|
|
27488
|
+
text-align: start;
|
|
27489
|
+
inline-size: 100%;
|
|
27055
27490
|
box-sizing: border-box;
|
|
27056
27491
|
padding: 0;
|
|
27057
27492
|
border: 0;
|
|
@@ -27065,18 +27500,6 @@ div:has(.cds--header) ~ .cds--content {
|
|
|
27065
27500
|
.cds--header__action *::after {
|
|
27066
27501
|
box-sizing: inherit;
|
|
27067
27502
|
}
|
|
27068
|
-
.cds--header__action {
|
|
27069
|
-
display: inline-block;
|
|
27070
|
-
padding: 0;
|
|
27071
|
-
border: 0;
|
|
27072
|
-
-webkit-appearance: none;
|
|
27073
|
-
-moz-appearance: none;
|
|
27074
|
-
appearance: none;
|
|
27075
|
-
background: none;
|
|
27076
|
-
cursor: pointer;
|
|
27077
|
-
text-align: start;
|
|
27078
|
-
inline-size: 100%;
|
|
27079
|
-
}
|
|
27080
27503
|
.cds--header__action::-moz-focus-inner {
|
|
27081
27504
|
border: 0;
|
|
27082
27505
|
}
|
|
@@ -27612,6 +28035,16 @@ a.cds--header__menu-item.cds--header__menu-item--current:focus {
|
|
|
27612
28035
|
}
|
|
27613
28036
|
|
|
27614
28037
|
.cds--side-nav__submenu {
|
|
28038
|
+
display: inline-block;
|
|
28039
|
+
padding: 0;
|
|
28040
|
+
border: 0;
|
|
28041
|
+
-webkit-appearance: none;
|
|
28042
|
+
-moz-appearance: none;
|
|
28043
|
+
appearance: none;
|
|
28044
|
+
background: none;
|
|
28045
|
+
cursor: pointer;
|
|
28046
|
+
text-align: start;
|
|
28047
|
+
inline-size: 100%;
|
|
27615
28048
|
box-sizing: border-box;
|
|
27616
28049
|
padding: 0;
|
|
27617
28050
|
border: 0;
|
|
@@ -27625,18 +28058,6 @@ a.cds--header__menu-item.cds--header__menu-item--current:focus {
|
|
|
27625
28058
|
.cds--side-nav__submenu *::after {
|
|
27626
28059
|
box-sizing: inherit;
|
|
27627
28060
|
}
|
|
27628
|
-
.cds--side-nav__submenu {
|
|
27629
|
-
display: inline-block;
|
|
27630
|
-
padding: 0;
|
|
27631
|
-
border: 0;
|
|
27632
|
-
-webkit-appearance: none;
|
|
27633
|
-
-moz-appearance: none;
|
|
27634
|
-
appearance: none;
|
|
27635
|
-
background: none;
|
|
27636
|
-
cursor: pointer;
|
|
27637
|
-
text-align: start;
|
|
27638
|
-
inline-size: 100%;
|
|
27639
|
-
}
|
|
27640
28061
|
.cds--side-nav__submenu::-moz-focus-inner {
|
|
27641
28062
|
border: 0;
|
|
27642
28063
|
}
|
|
@@ -28088,6 +28509,16 @@ div:has(.cds--header) ~ .cds--content {
|
|
|
28088
28509
|
}
|
|
28089
28510
|
|
|
28090
28511
|
.cds--header__action {
|
|
28512
|
+
display: inline-block;
|
|
28513
|
+
padding: 0;
|
|
28514
|
+
border: 0;
|
|
28515
|
+
-webkit-appearance: none;
|
|
28516
|
+
-moz-appearance: none;
|
|
28517
|
+
appearance: none;
|
|
28518
|
+
background: none;
|
|
28519
|
+
cursor: pointer;
|
|
28520
|
+
text-align: start;
|
|
28521
|
+
inline-size: 100%;
|
|
28091
28522
|
box-sizing: border-box;
|
|
28092
28523
|
padding: 0;
|
|
28093
28524
|
border: 0;
|
|
@@ -28101,18 +28532,6 @@ div:has(.cds--header) ~ .cds--content {
|
|
|
28101
28532
|
.cds--header__action *::after {
|
|
28102
28533
|
box-sizing: inherit;
|
|
28103
28534
|
}
|
|
28104
|
-
.cds--header__action {
|
|
28105
|
-
display: inline-block;
|
|
28106
|
-
padding: 0;
|
|
28107
|
-
border: 0;
|
|
28108
|
-
-webkit-appearance: none;
|
|
28109
|
-
-moz-appearance: none;
|
|
28110
|
-
appearance: none;
|
|
28111
|
-
background: none;
|
|
28112
|
-
cursor: pointer;
|
|
28113
|
-
text-align: start;
|
|
28114
|
-
inline-size: 100%;
|
|
28115
|
-
}
|
|
28116
28535
|
.cds--header__action::-moz-focus-inner {
|
|
28117
28536
|
border: 0;
|
|
28118
28537
|
}
|
|
@@ -28648,6 +29067,16 @@ a.cds--header__menu-item.cds--header__menu-item--current:focus {
|
|
|
28648
29067
|
}
|
|
28649
29068
|
|
|
28650
29069
|
.cds--side-nav__submenu {
|
|
29070
|
+
display: inline-block;
|
|
29071
|
+
padding: 0;
|
|
29072
|
+
border: 0;
|
|
29073
|
+
-webkit-appearance: none;
|
|
29074
|
+
-moz-appearance: none;
|
|
29075
|
+
appearance: none;
|
|
29076
|
+
background: none;
|
|
29077
|
+
cursor: pointer;
|
|
29078
|
+
text-align: start;
|
|
29079
|
+
inline-size: 100%;
|
|
28651
29080
|
box-sizing: border-box;
|
|
28652
29081
|
padding: 0;
|
|
28653
29082
|
border: 0;
|
|
@@ -28661,18 +29090,6 @@ a.cds--header__menu-item.cds--header__menu-item--current:focus {
|
|
|
28661
29090
|
.cds--side-nav__submenu *::after {
|
|
28662
29091
|
box-sizing: inherit;
|
|
28663
29092
|
}
|
|
28664
|
-
.cds--side-nav__submenu {
|
|
28665
|
-
display: inline-block;
|
|
28666
|
-
padding: 0;
|
|
28667
|
-
border: 0;
|
|
28668
|
-
-webkit-appearance: none;
|
|
28669
|
-
-moz-appearance: none;
|
|
28670
|
-
appearance: none;
|
|
28671
|
-
background: none;
|
|
28672
|
-
cursor: pointer;
|
|
28673
|
-
text-align: start;
|
|
28674
|
-
inline-size: 100%;
|
|
28675
|
-
}
|
|
28676
29093
|
.cds--side-nav__submenu::-moz-focus-inner {
|
|
28677
29094
|
border: 0;
|
|
28678
29095
|
}
|