@festo-ui/web-essentials 7.3.0-dev.528 → 7.3.0-dev.529

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.
@@ -3181,6 +3181,7 @@ header.fwe-fixed-header {
3181
3181
  }
3182
3182
 
3183
3183
  .fwe-mobile-flyout-item {
3184
+ text-decoration: none;
3184
3185
  color: var(--fwe-text);
3185
3186
  cursor: pointer;
3186
3187
  display: flex;
@@ -3190,6 +3191,9 @@ header.fwe-fixed-header {
3190
3191
  .fwe-mobile-flyout-item.fwe-active {
3191
3192
  color: var(--fwe-hero);
3192
3193
  }
3194
+ .fwe-mobile-flyout-item:hover:not(.fwe-disabled) {
3195
+ text-decoration: none;
3196
+ }
3193
3197
 
3194
3198
  .fwe-breadcrumb {
3195
3199
  display: flex;