@festo-ui/web-essentials 7.0.0-dev.367 → 7.0.0-dev.368

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.
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Festo UI - Web Essentials v7.0.0-dev.367 (https://storybook.festo.design/)
2
+ * Festo UI - Web Essentials v7.0.0-dev.368 (https://storybook.festo.design/)
3
3
  * Copyright 2022 Festo SE & Co. KG
4
4
  * Licensed under Apache-2.0
5
5
  */
@@ -15231,7 +15231,7 @@ label.fwe-checkbox input[type=checkbox]:checked ~ .fwe-checkbox-checkmark:before
15231
15231
  display: block;
15232
15232
  }
15233
15233
  label.fwe-checkbox input[type=checkbox]:disabled ~ .fwe-checkbox-checkmark {
15234
- background-color: var(--fwe-control-disabled);
15234
+ background-color: var(--fwe-white);
15235
15235
  border-color: var(--fwe-control-disabled);
15236
15236
  cursor: not-allowed;
15237
15237
  }