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

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.
@@ -5363,13 +5363,13 @@ fieldset.fwe-progress-container label {
5363
5363
  clip-path: inset(50%);
5364
5364
  border: 0;
5365
5365
  }
5366
- .fwe-segment-input:disabled ~ .fwe-segment-label {
5366
+ .fwe-segment-input:disabled + .fwe-segment-label {
5367
5367
  pointer-events: none;
5368
5368
  color: rgba(163, 178, 188, 0.3019607843);
5369
5369
  border-color: var(--fwe-control-disabled);
5370
5370
  border-right: 1px solid var(--fwe-control-disabled);
5371
5371
  }
5372
- .fwe-segment-input:disabled ~ .fwe-segment-label:not(:last-child) {
5372
+ .fwe-segment-input:disabled + .fwe-segment-label:not(:last-child) {
5373
5373
  border-right: 0;
5374
5374
  }
5375
5375
  .fwe-segment-input:checked:not(:disabled) + .fwe-segment-label {