@festo-ui/web-essentials 11.0.0-dev.962 → 11.0.0-dev.963

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.
@@ -4227,21 +4227,26 @@ button.fwe-btn.fwe-disabled {
4227
4227
  background: var(--fwe-control-disabled);
4228
4228
  color: var(--fwe-text-disabled);
4229
4229
  }
4230
- a.fwe-btn.fwe-btn-hero,
4230
+ a.fwe-btn.fwe-btn-primary, a.fwe-btn.fwe-btn-hero,
4231
+ button.fwe-btn.fwe-btn-primary,
4231
4232
  button.fwe-btn.fwe-btn-hero {
4232
4233
  color: var(--fwe-white);
4233
4234
  background: var(--fwe-hero);
4234
4235
  }
4235
- a.fwe-btn.fwe-btn-hero:hover,
4236
+ a.fwe-btn.fwe-btn-primary:hover, a.fwe-btn.fwe-btn-hero:hover,
4237
+ button.fwe-btn.fwe-btn-primary:hover,
4236
4238
  button.fwe-btn.fwe-btn-hero:hover {
4237
4239
  color: var(--fwe-white);
4238
4240
  background: var(--fwe-hero-hover);
4239
4241
  }
4240
- a.fwe-btn.fwe-btn-hero:active,
4242
+ a.fwe-btn.fwe-btn-primary:active, a.fwe-btn.fwe-btn-hero:active,
4243
+ button.fwe-btn.fwe-btn-primary:active,
4241
4244
  button.fwe-btn.fwe-btn-hero:active {
4242
4245
  background: var(--fwe-hero-active);
4243
4246
  }
4244
- a.fwe-btn.fwe-btn-hero:disabled, a.fwe-btn.fwe-btn-hero.fwe-disabled,
4247
+ a.fwe-btn.fwe-btn-primary:disabled, a.fwe-btn.fwe-btn-primary.fwe-disabled, a.fwe-btn.fwe-btn-hero:disabled, a.fwe-btn.fwe-btn-hero.fwe-disabled,
4248
+ button.fwe-btn.fwe-btn-primary:disabled,
4249
+ button.fwe-btn.fwe-btn-primary.fwe-disabled,
4245
4250
  button.fwe-btn.fwe-btn-hero:disabled,
4246
4251
  button.fwe-btn.fwe-btn-hero.fwe-disabled {
4247
4252
  background: var(--fwe-control-disabled);