@festo-ui/web-essentials 9.0.1-dev.778 → 9.0.1-dev.779

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.
@@ -4677,8 +4677,8 @@ input[type=range].fwe-slider-input:disabled::-ms-thumb {
4677
4677
  .fwe-options-container--multi-select {
4678
4678
  display: flex;
4679
4679
  flex-direction: column;
4680
- gap: 8px;
4681
- padding: 24px 12px;
4680
+ gap: 12px;
4681
+ padding: 20px 12px;
4682
4682
  }
4683
4683
 
4684
4684
  .fwe-combobox-option {
@@ -4690,10 +4690,10 @@ input[type=range].fwe-slider-input:disabled::-ms-thumb {
4690
4690
  background-color: var(--fwe-background);
4691
4691
  color: var(--fwe-hero);
4692
4692
  }
4693
- .fwe-combobox-option:active, .fwe-combobox-option.fwe-selected {
4693
+ .fwe-combobox-option.fwe-selected {
4694
4694
  color: var(--fwe-hero);
4695
4695
  }
4696
- .fwe-combobox-option:active::before, .fwe-combobox-option.fwe-selected::before {
4696
+ .fwe-combobox-option.fwe-selected::before {
4697
4697
  content: "";
4698
4698
  width: 4px;
4699
4699
  height: 100%;