@patternfly/patternfly 6.3.0-prerelease.75 → 6.3.0-prerelease.77
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/components/CalendarMonth/calendar-month.css +23 -8
- package/components/CalendarMonth/calendar-month.scss +26 -8
- package/components/Card/card.css +2 -0
- package/components/Card/card.scss +2 -0
- package/components/Divider/divider.css +2 -0
- package/components/Divider/divider.scss +2 -0
- package/components/Drawer/drawer.css +3 -1
- package/components/Drawer/drawer.scss +4 -1
- package/components/Page/page.css +9 -5
- package/components/Page/page.scss +8 -5
- package/components/Progress/progress.css +9 -0
- package/components/Progress/progress.scss +11 -0
- package/components/Switch/switch.css +7 -1
- package/components/Switch/switch.scss +7 -1
- package/components/_index.css +55 -15
- package/docs/demos/CardView/examples/CardView.md +81 -85
- package/package.json +1 -1
- package/patternfly-no-globals.css +55 -15
- package/patternfly.css +55 -15
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
package/patternfly.css
CHANGED
|
@@ -11265,12 +11265,14 @@ span.pf-v6-c-button.pf-m-link.pf-m-inline {
|
|
|
11265
11265
|
--pf-v6-c-calendar-month__dates-cell--m-adjacent-month__date--Color: var(--pf-t--global--text--color--subtle);
|
|
11266
11266
|
--pf-v6-c-calendar-month__date--Width: 4ch;
|
|
11267
11267
|
--pf-v6-c-calendar-month__date--Height: 4ch;
|
|
11268
|
+
--pf-v6-c-calendar-month__date--BorderWidth: 0;
|
|
11269
|
+
--pf-v6-c-calendar-month__date--BorderColor: transparent;
|
|
11268
11270
|
--pf-v6-c-calendar-month__date--BorderRadius: var(--pf-t--global--border--radius--large);
|
|
11269
11271
|
--pf-v6-c-calendar-month__date--Color: var(--pf-t--global--text--color--regular);
|
|
11270
11272
|
--pf-v6-c-calendar-month__date--BackgroundColor: transparent;
|
|
11271
11273
|
--pf-v6-c-calendar-month__date--disabled--BackgroundColor: var(--pf-t--global--background--color--disabled--default);
|
|
11272
11274
|
--pf-v6-c-calendar-month__date--disabled--Color: var(--pf-t--global--text--color--on-disabled);
|
|
11273
|
-
--pf-v6-c-calendar-month__date--after--BorderWidth:
|
|
11275
|
+
--pf-v6-c-calendar-month__date--after--BorderWidth: 0;
|
|
11274
11276
|
--pf-v6-c-calendar-month__date--after--BorderColor: transparent;
|
|
11275
11277
|
--pf-v6-c-calendar-month__date--after--OutlineOffset: 0;
|
|
11276
11278
|
--pf-v6-c-calendar-month__date--hover--BackgroundColor: var(--pf-t--global--background--color--secondary--default);
|
|
@@ -11279,9 +11281,12 @@ span.pf-v6-c-button.pf-m-link.pf-m-inline {
|
|
|
11279
11281
|
--pf-v6-c-calendar-month__date--focus--Color: var(--pf-t--global--icon--color--on-brand--clicked);
|
|
11280
11282
|
--pf-v6-c-calendar-month__date--focus--BackgroundColor: var(--pf-t--global--color--brand--default);
|
|
11281
11283
|
--pf-v6-c-calendar-month__date--focus--after--BorderColor: var(--pf-t--global--border--color--hover);
|
|
11284
|
+
--pf-v6-c-calendar-month__date--focus--after--BorderWidth: var(--pf-t--global--border--width--regular);
|
|
11282
11285
|
--pf-v6-c-calendar-month__date--after--focus--OutlineOffset: -2px;
|
|
11283
|
-
--pf-v6-c-calendar-month__dates-cell--m-current__date--
|
|
11284
|
-
--pf-v6-c-calendar-month__dates-cell--m-current__date--
|
|
11286
|
+
--pf-v6-c-calendar-month__dates-cell--m-current__date--BorderWidth: var(--pf-t--global--border--width--high-contrast--regular);
|
|
11287
|
+
--pf-v6-c-calendar-month__dates-cell--m-current__date--BorderColor: var(--pf-t--global--border--color--high-contrast);
|
|
11288
|
+
--pf-v6-c-calendar-month__dates-cell--m-selected__date--BorderWidth: var(--pf-t--global--border--width--high-contrast--strong);
|
|
11289
|
+
--pf-v6-c-calendar-month__dates-cell--m-selected__date--BorderColor: transparent;
|
|
11285
11290
|
}
|
|
11286
11291
|
|
|
11287
11292
|
.pf-v6-c-calendar-month {
|
|
@@ -11362,8 +11367,8 @@ span.pf-v6-c-button.pf-m-link.pf-m-inline {
|
|
|
11362
11367
|
}
|
|
11363
11368
|
.pf-v6-c-calendar-month__dates-cell.pf-m-current {
|
|
11364
11369
|
--pf-v6-c-calendar-month__date--BackgroundColor: var(--pf-v6-c-calendar-month__dates-cell--m-current__date--BackgroundColor);
|
|
11365
|
-
--pf-v6-c-calendar-month__date--
|
|
11366
|
-
--pf-v6-c-calendar-month__date--
|
|
11370
|
+
--pf-v6-c-calendar-month__date--BorderWidth: var(--pf-v6-c-calendar-month__dates-cell--m-current__date--BorderWidth);
|
|
11371
|
+
--pf-v6-c-calendar-month__date--BorderColor: var(--pf-v6-c-calendar-month__dates-cell--m-current__date--BorderColor);
|
|
11367
11372
|
}
|
|
11368
11373
|
.pf-v6-c-calendar-month__dates-cell.pf-m-in-range {
|
|
11369
11374
|
--pf-v6-c-calendar-month__dates-cell--after--BorderBlockStartWidth: var(--pf-v6-c-calendar-month__dates-cell--m-in-range--after--BorderBlockStartWidth);
|
|
@@ -11386,8 +11391,10 @@ span.pf-v6-c-button.pf-m-link.pf-m-inline {
|
|
|
11386
11391
|
.pf-v6-c-calendar-month__dates-cell.pf-m-selected {
|
|
11387
11392
|
--pf-v6-c-calendar-month__date--BackgroundColor: var(--pf-v6-c-calendar-month__dates-cell--m-selected__date--BackgroundColor);
|
|
11388
11393
|
--pf-v6-c-calendar-month__date--Color: var(--pf-v6-c-calendar-month__dates-cell--m-selected__date--Color);
|
|
11394
|
+
--pf-v6-c-calendar-month__date--BorderWidth: var(--pf-v6-c-calendar-month__dates-cell--m-selected__date--BorderWidth);
|
|
11395
|
+
--pf-v6-c-calendar-month__date--BorderColor: var(--pf-v6-c-calendar-month__dates-cell--m-selected__date--BorderColor);
|
|
11389
11396
|
--pf-v6-c-calendar-month__date--hover--BackgroundColor: var(--pf-v6-c-calendar-month__dates-cell--m-selected__date--hover--BackgroundColor);
|
|
11390
|
-
--pf-v6-c-calendar-month__date--hover--BorderWidth:
|
|
11397
|
+
--pf-v6-c-calendar-month__date--hover--BorderWidth: var(--pf-v6-c-calendar-month__dates-cell--m-selected__date--BorderWidth);
|
|
11391
11398
|
--pf-v6-c-calendar-month__date--focus--BackgroundColor: var(--pf-v6-c-calendar-month__dates-cell--m-selected__date--focus--BackgroundColor);
|
|
11392
11399
|
--pf-v6-c-calendar-month__date--focus--after--BorderColor: var(--pf-v6-c-calendar-month__dates-cell--m-selected__date--focus--after--BorderColor);
|
|
11393
11400
|
--pf-v6-c-calendar-month__date--after--OutlineOffset: var(--pf-v6-c-calendar-month__date--after--focus--OutlineOffset);
|
|
@@ -11411,6 +11418,12 @@ span.pf-v6-c-button.pf-m-link.pf-m-inline {
|
|
|
11411
11418
|
background-color: var(--pf-v6-c-calendar-month__date--BackgroundColor);
|
|
11412
11419
|
border: 0;
|
|
11413
11420
|
}
|
|
11421
|
+
.pf-v6-c-calendar-month__date::before {
|
|
11422
|
+
position: absolute;
|
|
11423
|
+
inset: 0;
|
|
11424
|
+
content: "";
|
|
11425
|
+
border: var(--pf-v6-c-calendar-month__date--BorderWidth) solid var(--pf-v6-c-calendar-month__date--BorderColor);
|
|
11426
|
+
}
|
|
11414
11427
|
.pf-v6-c-calendar-month__date::after {
|
|
11415
11428
|
position: absolute;
|
|
11416
11429
|
inset-block-start: var(--pf-v6-c-calendar-month__date--after--OutlineOffset);
|
|
@@ -11420,15 +11433,17 @@ span.pf-v6-c-button.pf-m-link.pf-m-inline {
|
|
|
11420
11433
|
content: "";
|
|
11421
11434
|
border: var(--pf-v6-c-calendar-month__date--after--BorderWidth) solid var(--pf-v6-c-calendar-month__date--after--BorderColor);
|
|
11422
11435
|
}
|
|
11423
|
-
.pf-v6-c-calendar-month__date, .pf-v6-c-calendar-month__date::after {
|
|
11436
|
+
.pf-v6-c-calendar-month__date, .pf-v6-c-calendar-month__date::before, .pf-v6-c-calendar-month__date::after {
|
|
11424
11437
|
border-radius: var(--pf-v6-c-calendar-month__date--BorderRadius);
|
|
11425
11438
|
}
|
|
11426
11439
|
.pf-v6-c-calendar-month__date:hover, .pf-v6-c-calendar-month__date.pf-m-hover {
|
|
11427
11440
|
--pf-v6-c-calendar-month__date--BackgroundColor: var(--pf-v6-c-calendar-month__date--hover--BackgroundColor);
|
|
11428
|
-
|
|
11441
|
+
--pf-v6-c-calendar-month__date--BorderWidth: var(--pf-v6-c-calendar-month__date--hover--BorderWidth);
|
|
11442
|
+
--pf-v6-c-calendar-month__date--BorderColor: var(--pf-v6-c-calendar-month__date--hover--BorderColor);
|
|
11429
11443
|
}
|
|
11430
11444
|
.pf-v6-c-calendar-month__date:focus, .pf-v6-c-calendar-month__date.pf-m-focus {
|
|
11431
11445
|
--pf-v6-c-calendar-month__date--after--BorderColor: var(--pf-v6-c-calendar-month__date--focus--after--BorderColor);
|
|
11446
|
+
--pf-v6-c-calendar-month__date--after--BorderWidth: var(--pf-v6-c-calendar-month__date--focus--after--BorderWidth);
|
|
11432
11447
|
outline: 0;
|
|
11433
11448
|
}
|
|
11434
11449
|
.pf-v6-c-calendar-month__date:disabled {
|
|
@@ -11511,6 +11526,7 @@ span.pf-v6-c-button.pf-m-link.pf-m-inline {
|
|
|
11511
11526
|
--pf-v6-c-card--m-display-lg__title--not--last-child--PaddingBlockEnd: var(--pf-t--global--spacer--lg);
|
|
11512
11527
|
--pf-v6-c-card--m-secondary--BackgroundColor: var(--pf-t--global--background--color--secondary--default);
|
|
11513
11528
|
--pf-v6-c-card--m-secondary--BorderColor: var(--pf-t--global--border--color--high-contrast);
|
|
11529
|
+
--pf-v6-c-card--m-secondary--BorderWidth: var(--pf-t--global--border--width--high-contrast--regular);
|
|
11514
11530
|
--pf-v6-c-card--m-full-height--Height: 100%;
|
|
11515
11531
|
--pf-v6-c-card--m-plain--BorderColor: transparent;
|
|
11516
11532
|
--pf-v6-c-card--m-plain--BackgroundColor: transparent;
|
|
@@ -11597,6 +11613,7 @@ span.pf-v6-c-button.pf-m-link.pf-m-inline {
|
|
|
11597
11613
|
}
|
|
11598
11614
|
.pf-v6-c-card.pf-m-secondary {
|
|
11599
11615
|
--pf-v6-c-card--BorderColor: var(--pf-v6-c-card--m-secondary--BorderColor);
|
|
11616
|
+
--pf-v6-c-card--BorderWidth: var(--pf-v6-c-card--m-secondary--BorderWidth);
|
|
11600
11617
|
--pf-v6-c-card--BackgroundColor: var(--pf-v6-c-card--m-secondary--BackgroundColor);
|
|
11601
11618
|
}
|
|
11602
11619
|
.pf-v6-c-card.pf-m-plain {
|
|
@@ -14247,6 +14264,8 @@ ul) {
|
|
|
14247
14264
|
flex-basis: var(--pf-v6-c-divider--before--FlexBasis);
|
|
14248
14265
|
content: "";
|
|
14249
14266
|
background-color: var(--pf-v6-c-divider--Color);
|
|
14267
|
+
border-block-start: var(--pf-v6-c-divider--Size) solid transparent;
|
|
14268
|
+
border-inline-start: var(--pf-v6-c-divider--Size) solid transparent;
|
|
14250
14269
|
}
|
|
14251
14270
|
.pf-v6-c-divider.pf-m-horizontal {
|
|
14252
14271
|
flex-direction: row;
|
|
@@ -14597,7 +14616,8 @@ ul) {
|
|
|
14597
14616
|
--pf-v6-c-drawer__panel--BoxShadow: none;
|
|
14598
14617
|
--pf-v6-c-drawer--m-expanded--m-panel-bottom__panel--BoxShadow: var(--pf-t--global--box-shadow--md--top);
|
|
14599
14618
|
--pf-v6-c-drawer__panel--after--Width: var(--pf-t--global--border--width--high-contrast--regular);
|
|
14600
|
-
--pf-v6-c-drawer--m-inline__panel--after--Width:
|
|
14619
|
+
--pf-v6-c-drawer--m-inline__panel--after--Width: 0;
|
|
14620
|
+
--pf-v6-c-drawer--m-inline__panel--after--md--Width: var(--pf-t--global--border--width--divider--default);
|
|
14601
14621
|
--pf-v6-c-drawer--m-panel-bottom__panel--after--Height: var(--pf-t--global--border--width--high-contrast--regular);
|
|
14602
14622
|
--pf-v6-c-drawer__panel--after--BackgroundColor: var(--pf-t--global--border--color--high-contrast);
|
|
14603
14623
|
--pf-v6-c-drawer--m-inline--m-expanded__panel--after--BackgroundColor: var(--pf-t--global--border--color--default);
|
|
@@ -14905,6 +14925,7 @@ ul) {
|
|
|
14905
14925
|
|
|
14906
14926
|
@media screen and (min-width: 48rem) {
|
|
14907
14927
|
.pf-v6-c-drawer {
|
|
14928
|
+
--pf-v6-c-drawer--m-inline__panel--after--Width: var(--pf-v6-c-drawer--m-inline__panel--after--md--Width);
|
|
14908
14929
|
min-width: var(--pf-v6-c-drawer__panel--MinWidth);
|
|
14909
14930
|
}
|
|
14910
14931
|
.pf-v6-c-drawer > .pf-v6-c-drawer__main > .pf-v6-c-drawer__panel {
|
|
@@ -21411,6 +21432,15 @@ ul.pf-v6-c-list {
|
|
|
21411
21432
|
--pf-v6-c-page__sidebar--BorderInlineEndWidth: 0;
|
|
21412
21433
|
}
|
|
21413
21434
|
}
|
|
21435
|
+
@media screen and (max-width: calc(48rem - 1px)) {
|
|
21436
|
+
.pf-v6-c-page {
|
|
21437
|
+
--pf-v6-c-page__main-container--MarginInlineStart: var(--pf-v6-c-page__main-container--xs--MarginInlineStart);
|
|
21438
|
+
--pf-v6-c-page__main-container--MarginInlineEnd: var(--pf-v6-c-page__main-container--xs--MarginInlineEnd);
|
|
21439
|
+
--pf-v6-c-page__main-container--BorderBlockEndWidth: var(--pf-v6-c-page__main-container--xs--BorderBlockEndWidth);
|
|
21440
|
+
--pf-v6-c-page__main-container--BorderInlineStartWidth: var(--pf-v6-c-page__main-container--xs--BorderInlineStartWidth);
|
|
21441
|
+
--pf-v6-c-page__main-container--BorderInlineEndWidth: var(--pf-v6-c-page__main-container--xs--BorderInlineEndWidth);
|
|
21442
|
+
}
|
|
21443
|
+
}
|
|
21414
21444
|
|
|
21415
21445
|
.pf-v6-c-page {
|
|
21416
21446
|
display: grid;
|
|
@@ -21801,13 +21831,8 @@ ul.pf-v6-c-list {
|
|
|
21801
21831
|
@media screen and (max-width: calc(48rem - 1px)) {
|
|
21802
21832
|
.pf-v6-c-page__main-container {
|
|
21803
21833
|
--pf-v6-c-page__main-container--AlignSelf: var(--pf-v6-c-page__main-container--xs--AlignSelf);
|
|
21804
|
-
--pf-v6-c-page__main-container--MarginInlineStart: var(--pf-v6-c-page__main-container--xs--MarginInlineStart);
|
|
21805
|
-
--pf-v6-c-page__main-container--MarginInlineEnd: var(--pf-v6-c-page__main-container--xs--MarginInlineEnd);
|
|
21806
21834
|
--pf-v6-c-page__main-container--MaxHeight: var(--pf-v6-c-page__main-container--xs--MaxHeight);
|
|
21807
21835
|
--pf-v6-c-page__main-container--BorderRadius: var(--pf-v6-c-page__main-container--xs--BorderRadius);
|
|
21808
|
-
--pf-v6-c-page__main-container--BorderBlockEndWidth: var(--pf-v6-c-page__main-container--xs--BorderBlockEndWidth);
|
|
21809
|
-
--pf-v6-c-page__main-container--BorderInlineStartWidth: var(--pf-v6-c-page__main-container--xs--BorderInlineStartWidth);
|
|
21810
|
-
--pf-v6-c-page__main-container--BorderInlineEndWidth: var(--pf-v6-c-page__main-container--xs--BorderInlineEndWidth);
|
|
21811
21836
|
}
|
|
21812
21837
|
}
|
|
21813
21838
|
|
|
@@ -22732,6 +22757,8 @@ ul.pf-v6-c-list {
|
|
|
22732
22757
|
--pf-v6-c-progress__status-icon--Color: var(--pf-t--global--icon--color--regular);
|
|
22733
22758
|
--pf-v6-c-progress__indicator--Height: var(--pf-v6-c-progress__bar--Height);
|
|
22734
22759
|
--pf-v6-c-progress__indicator--BackgroundColor: var(--pf-t--global--color--brand--default);
|
|
22760
|
+
--pf-v6-c-progress__indicator--BorderWidth: var(--pf-t--global--border--width--high-contrast--extra-strong);
|
|
22761
|
+
--pf-v6-c-progress__indicator--BorderColor: transparent;
|
|
22735
22762
|
--pf-v6-c-progress__helper-text--MarginBlockStart: calc(var(--pf-t--global--spacer--sm) - var(--pf-v6-c-progress--GridGap));
|
|
22736
22763
|
--pf-v6-c-progress--m-success__indicator--BackgroundColor: var(--pf-t--global--color--status--success--default);
|
|
22737
22764
|
--pf-v6-c-progress--m-warning__indicator--BackgroundColor: var(--pf-t--global--color--status--warning--default);
|
|
@@ -22902,6 +22929,13 @@ ul.pf-v6-c-list {
|
|
|
22902
22929
|
height: var(--pf-v6-c-progress__indicator--Height);
|
|
22903
22930
|
background-color: var(--pf-v6-c-progress__indicator--BackgroundColor);
|
|
22904
22931
|
}
|
|
22932
|
+
.pf-v6-c-progress__indicator::before {
|
|
22933
|
+
position: absolute;
|
|
22934
|
+
inset: 0;
|
|
22935
|
+
content: "";
|
|
22936
|
+
border: var(--pf-v6-c-progress__indicator--BorderWidth) solid var(--pf-v6-c-progress__indicator--BorderColor);
|
|
22937
|
+
border-radius: var(--pf-v6-c-progress__bar--BorderRadius);
|
|
22938
|
+
}
|
|
22905
22939
|
|
|
22906
22940
|
.pf-v6-c-progress__helper-text {
|
|
22907
22941
|
grid-row: 3/4;
|
|
@@ -24565,11 +24599,13 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
|
|
|
24565
24599
|
--pf-v6-c-switch--Height: auto;
|
|
24566
24600
|
--pf-v6-c-switch__input--checked__toggle--BackgroundColor: var(--pf-t--global--color--brand--default);
|
|
24567
24601
|
--pf-v6-c-switch__input--checked__toggle--before--TranslateX: calc(100% + var(--pf-v6-c-switch__toggle-icon--Offset));
|
|
24568
|
-
--pf-v6-c-switch__input--checked__toggle--
|
|
24602
|
+
--pf-v6-c-switch__input--checked__toggle--BorderColor: transparent;
|
|
24603
|
+
--pf-v6-c-switch__input--checked__toggle--BorderWidth: var(--pf-t--global--border--width--high-contrast--regular);
|
|
24569
24604
|
--pf-v6-c-switch__input--checked__label--Color: var(--pf-t--global--text--color--regular);
|
|
24570
24605
|
--pf-v6-c-switch__input--not-checked__label--Color: var(--pf-t--global--text--color--subtle);
|
|
24571
24606
|
--pf-v6-c-switch__input--disabled__label--Color: var(--pf-t--global--text--color--disabled);
|
|
24572
24607
|
--pf-v6-c-switch__input--disabled__toggle--BackgroundColor: var(--pf-t--global--background--color--disabled--default);
|
|
24608
|
+
--pf-v6-c-switch__input--disabled__toggle--BorderColor: var(--pf-t--global--border--color--high-contrast);
|
|
24573
24609
|
--pf-v6-c-switch__input--checked__toggle--before--BackgroundColor: var(--pf-t--global--icon--color--inverse);
|
|
24574
24610
|
--pf-v6-c-switch__input--not-checked__toggle--before--BackgroundColor: var(--pf-t--global--icon--color--subtle);
|
|
24575
24611
|
--pf-v6-c-switch__input--disabled__toggle--before--BackgroundColor: var(--pf-t--global--icon--color--on-disabled);
|
|
@@ -24584,6 +24620,7 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
|
|
|
24584
24620
|
--pf-v6-c-switch__toggle--before--Width: calc(var(--pf-v6-c-switch--FontSize) - var(--pf-v6-c-switch__toggle-icon--Offset));
|
|
24585
24621
|
--pf-v6-c-switch__toggle--before--Height: var(--pf-v6-c-switch__toggle--before--Width);
|
|
24586
24622
|
--pf-v6-c-switch__toggle--before--InsetInlineStart: calc((var(--pf-v6-c-switch__toggle--Height) - var(--pf-v6-c-switch__toggle--before--Height)) / 2);
|
|
24623
|
+
--pf-v6-c-switch__toggle--before--BorderWidth: var(--pf-t--global--border--width--high-contrast--regular);
|
|
24587
24624
|
--pf-v6-c-switch__toggle--before--BorderRadius: var(--pf-t--global--border--radius--large);
|
|
24588
24625
|
--pf-v6-c-switch__toggle--before--TransitionTimingFunction: var(--pf-t--global--motion--timing-function--default);
|
|
24589
24626
|
--pf-v6-c-switch__toggle--before--TransitionDuration: var(--pf-t--global--motion--duration--md);
|
|
@@ -24625,6 +24662,7 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
|
|
|
24625
24662
|
}
|
|
24626
24663
|
.pf-v6-c-switch__input:checked ~ .pf-v6-c-switch__toggle {
|
|
24627
24664
|
--pf-v6-c-switch__toggle--BorderWidth: var(--pf-v6-c-switch__input--checked__toggle--BorderWidth);
|
|
24665
|
+
--pf-v6-c-switch__toggle--BorderColor: var(--pf-v6-c-switch__input--checked__toggle--BorderColor);
|
|
24628
24666
|
background-color: var(--pf-v6-c-switch__input--checked__toggle--BackgroundColor);
|
|
24629
24667
|
}
|
|
24630
24668
|
.pf-v6-c-switch__input:checked ~ .pf-v6-c-switch__toggle::before {
|
|
@@ -24650,6 +24688,7 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
|
|
|
24650
24688
|
}
|
|
24651
24689
|
.pf-v6-c-switch__input:disabled ~ .pf-v6-c-switch__toggle {
|
|
24652
24690
|
--pf-v6-c-switch__toggle-icon--Color: var(--pf-v6-c-switch__input--disabled__toggle-icon--Color);
|
|
24691
|
+
--pf-v6-c-switch__toggle--BorderColor: var(--pf-v6-c-switch__input--disabled__toggle--BorderColor);
|
|
24653
24692
|
cursor: not-allowed;
|
|
24654
24693
|
background-color: var(--pf-v6-c-switch__input--disabled__toggle--BackgroundColor);
|
|
24655
24694
|
}
|
|
@@ -24674,6 +24713,7 @@ label.pf-v6-c-radio, .pf-v6-c-radio__label,
|
|
|
24674
24713
|
height: var(--pf-v6-c-switch__toggle--before--Height);
|
|
24675
24714
|
content: "";
|
|
24676
24715
|
background-color: var(--pf-v6-c-switch__input--not-checked__toggle--before--BackgroundColor);
|
|
24716
|
+
border: var(--pf-v6-c-switch__toggle--before--BorderWidth) solid transparent;
|
|
24677
24717
|
border-radius: var(--pf-v6-c-switch__toggle--before--BorderRadius);
|
|
24678
24718
|
transition: var(--pf-v6-c-switch__toggle--before--Transition);
|
|
24679
24719
|
transform: translateY(-50%);
|