@festo-ui/web-essentials 11.0.0-dev.969 → 11.0.0-dev.971

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.
@@ -5357,7 +5357,9 @@ fieldset.fwe-progress-container label {
5357
5357
  .fwe-modal--with-indicator-bar {
5358
5358
  border-left: 8px solid var(--fwe-hero);
5359
5359
  }
5360
- .fwe-modal--with-indicator-bar.fwe-modal--warning button.fwe-btn.fwe-btn-tertiary, .fwe-modal--with-indicator-bar.fwe-modal--error button.fwe-btn.fwe-btn-tertiary {
5360
+ .fwe-modal--with-indicator-bar.fwe-modal--warning button.fwe-btn.fwe-btn-link,
5361
+ .fwe-modal--with-indicator-bar.fwe-modal--warning button.fwe-btn.fwe-btn-tertiary, .fwe-modal--with-indicator-bar.fwe-modal--error button.fwe-btn.fwe-btn-link,
5362
+ .fwe-modal--with-indicator-bar.fwe-modal--error button.fwe-btn.fwe-btn-tertiary {
5361
5363
  color: var(--fwe-text);
5362
5364
  }
5363
5365
  .fwe-modal--info .fwe-modal-h2, .fwe-modal--warning .fwe-modal-h2, .fwe-modal--error .fwe-modal-h2 {
@@ -6951,11 +6953,13 @@ input[type=search]::-webkit-search-cancel-button {
6951
6953
  margin-left: 16px;
6952
6954
  }
6953
6955
 
6956
+ .fwe-btn.fwe-btn-link.fwe-btn--tree-node-toggle,
6954
6957
  .fwe-btn.fwe-btn-tertiary.fwe-btn--tree-node-toggle {
6955
6958
  color: var(--fwe-text);
6956
6959
  padding: 0 8px 0 16px;
6957
6960
  justify-content: flex-start;
6958
6961
  }
6962
+ .fwe-btn.fwe-btn-link.fwe-btn--tree-node-select,
6959
6963
  .fwe-btn.fwe-btn-tertiary.fwe-btn--tree-node-select {
6960
6964
  color: var(--fwe-text);
6961
6965
  justify-content: flex-start;