@festo-ui/web-essentials 8.2.0-dev.575 → 8.2.0-dev.577
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/dist/css/festo-web-essentials.css +22 -17
- package/dist/css/festo-web-essentials.css.map +1 -1
- package/dist/css/festo-web-essentials.min.css +11 -11
- package/dist/css/festo-web-essentials.min.css.map +1 -1
- package/dist/css/light/festo-web-essentials-light.css +13 -8
- package/dist/css/light/festo-web-essentials-light.css.map +1 -1
- package/dist/css/themes/flatpickr/festo.css +1 -1
- package/dist/css/themes/flatpickr/festo.min.css +1 -1
- package/dist/scss/_list.scss +9 -8
- package/dist/scss/_segment.scss +1 -1
- package/dist/scss/festo-web-essentials.scss +1 -1
- package/dist/scss/themes/flatpickr/festo.scss +1 -1
- package/package.json +1 -1
- package/scss/_list.scss +9 -8
- package/scss/_segment.scss +1 -1
|
@@ -2690,11 +2690,15 @@ ul.fwe-list-group {
|
|
|
2690
2690
|
transform: scaleX(0);
|
|
2691
2691
|
transition: transform 0.3s;
|
|
2692
2692
|
}
|
|
2693
|
+
.fwe-list-group .fwe-list-group-item.fwe-active {
|
|
2694
|
+
color: var(--fwe-hero);
|
|
2695
|
+
}
|
|
2693
2696
|
.fwe-list-group .fwe-list-group-item.fwe-active::before {
|
|
2694
2697
|
transform: scaleX(4);
|
|
2695
2698
|
}
|
|
2696
|
-
.fwe-list-group .fwe-list-group-item.fwe-active .fwe-list-group-item-
|
|
2697
|
-
|
|
2699
|
+
.fwe-list-group .fwe-list-group-item.fwe-active .fwe-list-group-item-body,
|
|
2700
|
+
.fwe-list-group .fwe-list-group-item.fwe-active .fwe-list-group-item-footer {
|
|
2701
|
+
color: var(--fwe-text);
|
|
2698
2702
|
}
|
|
2699
2703
|
.fwe-list-group .fwe-list-group-item.fwe-disabled {
|
|
2700
2704
|
color: var(--fwe-text-disabled);
|
|
@@ -2707,9 +2711,12 @@ ul.fwe-list-group {
|
|
|
2707
2711
|
color: var(--fwe-text);
|
|
2708
2712
|
}
|
|
2709
2713
|
.fwe-list-group a.fwe-list-group-item:not(.fwe-disabled):hover {
|
|
2710
|
-
color: var(--fwe-text);
|
|
2711
2714
|
background-color: var(--fwe-sucanul);
|
|
2712
2715
|
}
|
|
2716
|
+
.fwe-list-group a.fwe-list-group-item:not(.fwe-disabled):hover .fwe-list-group-item-body,
|
|
2717
|
+
.fwe-list-group a.fwe-list-group-item:not(.fwe-disabled):hover .fwe-list-group-item-footer {
|
|
2718
|
+
color: var(--fwe-text);
|
|
2719
|
+
}
|
|
2713
2720
|
.fwe-list-group button.fwe-list-group-item {
|
|
2714
2721
|
outline: none;
|
|
2715
2722
|
background-color: inherit;
|
|
@@ -2719,6 +2726,7 @@ ul.fwe-list-group {
|
|
|
2719
2726
|
cursor: pointer;
|
|
2720
2727
|
}
|
|
2721
2728
|
.fwe-list-group button.fwe-list-group-item:not(.fwe-disabled):hover {
|
|
2729
|
+
color: var(--fwe-hero);
|
|
2722
2730
|
background-color: var(--fwe-sucanul);
|
|
2723
2731
|
}
|
|
2724
2732
|
.fwe-list-group.fwe-list-group-border .fwe-list-group-item,
|
|
@@ -2765,9 +2773,6 @@ ul.fwe-list-group {
|
|
|
2765
2773
|
.fwe-list-group.fwe-list-group-horizontal .fwe-list-group-item.fwe-active::before {
|
|
2766
2774
|
transform: scaleY(4);
|
|
2767
2775
|
}
|
|
2768
|
-
.fwe-list-group.fwe-list-group-horizontal .fwe-list-group-item.fwe-active .fwe-list-group-item-head {
|
|
2769
|
-
color: var(--fwe-hero);
|
|
2770
|
-
}
|
|
2771
2776
|
.fwe-list-group.fwe-list-group-horizontal .fwe-list-group-item.fwe-disabled {
|
|
2772
2777
|
color: var(--fwe-text-disabled);
|
|
2773
2778
|
}
|
|
@@ -5363,13 +5368,13 @@ fieldset.fwe-progress-container label {
|
|
|
5363
5368
|
clip-path: inset(50%);
|
|
5364
5369
|
border: 0;
|
|
5365
5370
|
}
|
|
5366
|
-
.fwe-segment-input:disabled
|
|
5371
|
+
.fwe-segment-input:disabled + .fwe-segment-label {
|
|
5367
5372
|
pointer-events: none;
|
|
5368
5373
|
color: rgba(163, 178, 188, 0.3019607843);
|
|
5369
5374
|
border-color: var(--fwe-control-disabled);
|
|
5370
5375
|
border-right: 1px solid var(--fwe-control-disabled);
|
|
5371
5376
|
}
|
|
5372
|
-
.fwe-segment-input:disabled
|
|
5377
|
+
.fwe-segment-input:disabled + .fwe-segment-label:not(:last-child) {
|
|
5373
5378
|
border-right: 0;
|
|
5374
5379
|
}
|
|
5375
5380
|
.fwe-segment-input:checked:not(:disabled) + .fwe-segment-label {
|