@festo-ui/web-essentials 6.0.0-dev.205 → 6.0.0-dev.213

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 v6.0.0-dev.205 (https://storybook.festo.design/)
2
+ * Festo UI - Web Essentials v6.0.0-dev.213 (https://storybook.festo.design/)
3
3
  * Copyright 2022 Festo SE & Co. KG
4
4
  * Licensed under Apache-2.0
5
5
  */
@@ -2690,7 +2690,7 @@ samp {
2690
2690
  * Add the correct font size in all browsers.
2691
2691
  */
2692
2692
  small {
2693
- font-size: 80%;
2693
+ font-size: 87.5%;
2694
2694
  }
2695
2695
 
2696
2696
  /**
@@ -17277,6 +17277,10 @@ input[type=search]::-webkit-search-cancel-button {
17277
17277
  overflow: hidden;
17278
17278
  text-overflow: ellipsis;
17279
17279
  }
17280
+ .fwe-search-suggestions .fwe-search-suggestion strong {
17281
+ font-weight: unset;
17282
+ color: var(--fwe-hero);
17283
+ }
17280
17284
  .fwe-search-suggestions .fwe-search-suggestion:hover, .fwe-search-suggestions .fwe-search-suggestion.fwe-selected {
17281
17285
  background: var(--fwe-background);
17282
17286
  }