@festo-ui/web-essentials 7.2.0-dev.455 → 7.2.0-dev.458
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 +4 -1
- package/dist/css/festo-web-essentials.css.map +1 -1
- package/dist/css/festo-web-essentials.min.css +2 -2
- package/dist/css/festo-web-essentials.min.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/_radio.scss +4 -0
- 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/_radio.scss +4 -0
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Festo UI - Web Essentials v7.2.0-dev.
|
|
2
|
+
* Festo UI - Web Essentials v7.2.0-dev.458 (https://storybook.festo.design/)
|
|
3
3
|
* Copyright 2022 Festo SE & Co. KG
|
|
4
4
|
* Licensed under Apache-2.0
|
|
5
5
|
*/
|
|
@@ -15174,6 +15174,9 @@ label.fwe-radio input[type=radio] {
|
|
|
15174
15174
|
label.fwe-radio input[type=radio]:hover:not(:disabled) ~ .fwe-radio-checkmark::before {
|
|
15175
15175
|
background-color: var(--fwe-control);
|
|
15176
15176
|
}
|
|
15177
|
+
label.fwe-radio input[type=radio]:hover:invalid ~ .fwe-radio-checkmark::before {
|
|
15178
|
+
background-color: var(--fwe-white);
|
|
15179
|
+
}
|
|
15177
15180
|
label.fwe-radio input[type=radio]:hover:checked:not(:disabled) ~ .fwe-radio-checkmark::after {
|
|
15178
15181
|
border-color: var(--fwe-hero-hover);
|
|
15179
15182
|
}
|