@festo-ui/web-essentials 11.0.0-dev.930 → 11.0.0-dev.934

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.
@@ -3299,7 +3299,8 @@ a:hover:not(.fwe-disabled) {
3299
3299
  .fwe-text-link {
3300
3300
  color: var(--fwe-hero);
3301
3301
  text-decoration: underline;
3302
- text-decoration-thickness: auto;
3302
+ text-decoration-thickness: 2px;
3303
+ text-underline-offset: 2px;
3303
3304
  }
3304
3305
  .fwe-text-link i.fwe-icon {
3305
3306
  vertical-align: text-top;
@@ -3315,7 +3316,8 @@ a:hover:not(.fwe-disabled) {
3315
3316
  .fwe-text-link:hover:not(.fwe-disabled) {
3316
3317
  color: var(--fwe-hero-hover);
3317
3318
  text-decoration: underline;
3318
- text-decoration-thickness: auto;
3319
+ text-decoration-thickness: 2px;
3320
+ text-underline-offset: 2px;
3319
3321
  }
3320
3322
 
3321
3323
  label.fwe-input-text {