@festo-ui/web-essentials 7.0.0-dev.350 → 7.0.0-dev.352

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 v7.0.0-dev.350 (https://storybook.festo.design/)
2
+ * Festo UI - Web Essentials v7.0.0-dev.352 (https://storybook.festo.design/)
3
3
  * Copyright 2022 Festo SE & Co. KG
4
4
  * Licensed under Apache-2.0
5
5
  */
@@ -16166,9 +16166,19 @@ fieldset.fwe-progress-container label {
16166
16166
  padding: 0px 4px 0px 12px;
16167
16167
  font-weight: var(--fwe-font-weight-normal);
16168
16168
  }
16169
+ .fwe-pagination--lining-tabular-numbers .fwe-page-current {
16170
+ font-feature-settings: inherit;
16171
+ }
16172
+ .fwe-pagination--lining-tabular-numbers .fwe-page-max {
16173
+ font-feature-settings: inherit;
16174
+ font-size: var(--fwe-font-size-base);
16175
+ }
16169
16176
 
16170
- .fwe-pagination.fwe-pagination--on-dark-bg .fwe-navigate-btn, .fwe-pagination.fwe-pagination--on-dark-bg .fwe-navigate-btn-up, .fwe-pagination.fwe-pagination--on-dark-bg .fwe-navigate-btn-down {
16171
- color: var(--fwe-white);
16177
+ .fwe-pagination.fwe-pagination--on-dark-bg .fwe-navigate-btn-down::before {
16178
+ background-color: var(--fwe-white);
16179
+ }
16180
+ .fwe-pagination.fwe-pagination--on-dark-bg .fwe-navigate-btn-up::before {
16181
+ background-color: var(--fwe-white);
16172
16182
  }
16173
16183
  .fwe-pagination.fwe-pagination--on-dark-bg .fwe-page-current {
16174
16184
  color: var(--fwe-white);