@carbon/styles 1.101.0-rc.0 → 1.101.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
CHANGED
|
@@ -24204,6 +24204,7 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
|
24204
24204
|
font-weight: var(--cds-body-compact-01-font-weight, 400);
|
|
24205
24205
|
line-height: var(--cds-body-compact-01-line-height, 1.28572);
|
|
24206
24206
|
letter-spacing: var(--cds-body-compact-01-letter-spacing, 0.16px);
|
|
24207
|
+
display: block;
|
|
24207
24208
|
overflow: hidden;
|
|
24208
24209
|
margin: 0.5rem 0 0 0;
|
|
24209
24210
|
color: var(--cds-text-primary, #161616);
|
|
@@ -24229,13 +24230,14 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
|
24229
24230
|
max-inline-size: 100%;
|
|
24230
24231
|
}
|
|
24231
24232
|
|
|
24232
|
-
.cds--progress-step-button:
|
|
24233
|
+
.cds--progress-step-button:focus {
|
|
24233
24234
|
outline: none;
|
|
24234
24235
|
}
|
|
24235
|
-
.cds--progress-step-button:
|
|
24236
|
+
.cds--progress-step-button:focus-visible .cds--progress-label {
|
|
24236
24237
|
color: var(--cds-focus, #0f62fe);
|
|
24237
24238
|
outline: 0.0625rem solid var(--cds-focus, #0f62fe);
|
|
24238
24239
|
}
|
|
24240
|
+
|
|
24239
24241
|
.cds--progress-step-button:not(.cds--progress-step-button--unclickable) .cds--progress-label:active {
|
|
24240
24242
|
box-shadow: 0 0.0625rem 0 0 var(--cds-text-primary, #161616);
|
|
24241
24243
|
color: var(--cds-text-primary, #161616);
|
|
@@ -24288,6 +24290,7 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
|
24288
24290
|
line-height: var(--cds-label-01-line-height, 1.33333);
|
|
24289
24291
|
letter-spacing: var(--cds-label-01-letter-spacing, 0.32px);
|
|
24290
24292
|
position: absolute;
|
|
24293
|
+
display: block;
|
|
24291
24294
|
color: var(--cds-text-secondary, #525252);
|
|
24292
24295
|
inset-inline-start: 0;
|
|
24293
24296
|
margin-block-start: 1.75rem;
|