@festo-ui/web-essentials 8.2.0-dev.576 → 8.2.0-dev.579

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.
@@ -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-head {
2697
- color: var(--fwe-hero);
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
  }
@@ -3754,12 +3759,16 @@ label.fwe-radio {
3754
3759
  cursor: pointer;
3755
3760
  display: flex;
3756
3761
  align-items: center;
3757
- white-space: nowrap;
3758
3762
  vertical-align: middle;
3759
3763
  -webkit-user-select: none;
3760
3764
  -moz-user-select: none;
3761
3765
  user-select: none;
3762
3766
  }
3767
+ label.fwe-radio .fwe-radio-check {
3768
+ display: flex;
3769
+ align-self: start;
3770
+ margin-top: 4px;
3771
+ }
3763
3772
  label.fwe-radio .fwe-radio-checkmark {
3764
3773
  position: relative;
3765
3774
  height: 16px;