@festo-ui/web-essentials 7.3.0-dev.531 → 7.3.0-dev.534

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.
@@ -3249,7 +3249,7 @@ header.fwe-fixed-header {
3249
3249
  a {
3250
3250
  color: var(--fwe-hero);
3251
3251
  text-decoration: underline;
3252
- text-decoration-thickness: 2px;
3252
+ text-decoration-thickness: auto;
3253
3253
  }
3254
3254
  a i.fwe-icon {
3255
3255
  vertical-align: text-top;
@@ -3268,7 +3268,7 @@ a.fwe-disabled {
3268
3268
  a:hover:not(.fwe-disabled) {
3269
3269
  color: var(--fwe-hero-hover);
3270
3270
  text-decoration: underline;
3271
- text-decoration-thickness: 2px;
3271
+ text-decoration-thickness: auto;
3272
3272
  }
3273
3273
 
3274
3274
  label.fwe-input-text {
@@ -4976,7 +4976,7 @@ fieldset.fwe-progress-container label {
4976
4976
  text-decoration: underline;
4977
4977
  }
4978
4978
  .fwe-snackbar .fwe-snackbar-link-btn:hover {
4979
- color: var(--fwe-hero-hover);
4979
+ color: var(--fwe-text);
4980
4980
  }
4981
4981
  .fwe-snackbar.fwe-snackbar-info span, .fwe-snackbar.fwe-snackbar-warning span, .fwe-snackbar.fwe-snackbar-error span {
4982
4982
  position: relative;
@@ -5014,7 +5014,7 @@ fieldset.fwe-progress-container label {
5014
5014
  color: var(--fwe-text);
5015
5015
  }
5016
5016
  .fwe-snackbar.fwe-snackbar-warning .fwe-snackbar-link-btn:hover {
5017
- color: var(--fwe-orange-hover);
5017
+ color: var(--fwe-text);
5018
5018
  }
5019
5019
  .fwe-snackbar.fwe-snackbar-error {
5020
5020
  border-color: var(--fwe-red);
@@ -5035,7 +5035,7 @@ fieldset.fwe-progress-container label {
5035
5035
  color: var(--fwe-text);
5036
5036
  }
5037
5037
  .fwe-snackbar.fwe-snackbar-error .fwe-snackbar-link-btn:hover {
5038
- color: var(--fwe-red-hover);
5038
+ color: var(--fwe-text);
5039
5039
  }
5040
5040
  .fwe-snackbar .fwe-snackbar-separator {
5041
5041
  height: 24px;
@@ -5063,7 +5063,7 @@ fieldset.fwe-progress-container label {
5063
5063
  color: var(--fwe-text);
5064
5064
  }
5065
5065
  .fwe-snackbar.fwe-snackbar-b .fwe-snackbar-link-btn:hover {
5066
- color: var(--fwe-hero-hover);
5066
+ color: var(--fwe-text);
5067
5067
  }
5068
5068
  .fwe-snackbar.fwe-snackbar-c {
5069
5069
  border: none;
@@ -5092,7 +5092,7 @@ fieldset.fwe-progress-container label {
5092
5092
  color: var(--fwe-white);
5093
5093
  }
5094
5094
  .fwe-snackbar.fwe-snackbar-c .fwe-snackbar-link-btn:hover {
5095
- color: var(--fwe-white-hover);
5095
+ color: var(--fwe-white);
5096
5096
  }
5097
5097
 
5098
5098
  .fwe-snackbar-container {