@dynamic-framework/ui-react 1.33.0 → 1.34.0

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
- * dynamic-framework 1.33.0
2
+ * dynamic-framework 1.34.0
3
3
  * bootstrap ~5.3.3
4
4
  * license https://github.com/dynamic-framework/dynamic-ui/blob/master/libraries/dynamic-ui-react/LICENSE.md
5
5
  */
@@ -9729,12 +9729,14 @@ label .d-icon {
9729
9729
  border-radius: var(--bs-quick-action-button-border-radius);
9730
9730
  box-shadow: var(--bs-quick-action-button-box-shadow);
9731
9731
  }
9732
- .d-quick-action-button:hover {
9732
+ .d-quick-action-button.d-quick-action-button-feedback:hover {
9733
+ text-decoration: none;
9733
9734
  background: var(--bs-quick-action-button-hover-bg);
9734
9735
  border-color: var(--bs-quick-action-button-hover-border-color);
9735
9736
  box-shadow: var(--bs-quick-action-button-hover-box-shadow);
9736
9737
  }
9737
- .d-quick-action-button:active {
9738
+ .d-quick-action-button.d-quick-action-button-feedback:active {
9739
+ text-decoration: none;
9738
9740
  background: var(--bs-quick-action-button-active-bg);
9739
9741
  border-color: var(--bs-quick-action-button-active-border-color);
9740
9742
  box-shadow: var(--bs-quick-action-button-active-box-shadow);