@festo-ui/web-essentials 9.0.1-dev.778 → 9.0.1-dev.780
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 +13 -13
- package/dist/css/festo-web-essentials.css.map +1 -1
- package/dist/css/festo-web-essentials.min.css +10 -10
- package/dist/css/festo-web-essentials.min.css.map +1 -1
- package/dist/css/light/festo-web-essentials-light.css +4 -4
- 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/_select.scss +2 -3
- 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/_select.scss +2 -3
|
@@ -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:
|
|
4681
|
-
padding:
|
|
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
|
|
4693
|
+
.fwe-combobox-option.fwe-selected {
|
|
4694
4694
|
color: var(--fwe-hero);
|
|
4695
4695
|
}
|
|
4696
|
-
.fwe-combobox-option
|
|
4696
|
+
.fwe-combobox-option.fwe-selected::before {
|
|
4697
4697
|
content: "";
|
|
4698
4698
|
width: 4px;
|
|
4699
4699
|
height: 100%;
|