@dynamic-framework/ui-react 1.32.1 → 1.32.2

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.
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "sideEffects": [
4
4
  "*.css"
5
5
  ],
6
- "version": "1.32.1",
6
+ "version": "1.32.2",
7
7
  "description": "React Dynamic Framework",
8
8
  "license": "https://github.com/dynamic-framework/dynamic-ui/blob/master/libraries/dynamic-ui-react/LICENSE.md",
9
9
  "repository": {
@@ -165,5 +165,5 @@
165
165
  "optional": true
166
166
  }
167
167
  },
168
- "gitHead": "143b6b9d78f58eea184ac0c4670dbdbedca3b736"
168
+ "gitHead": "9744c7852de4244bec758d81a3b92b568305df8e"
169
169
  }
@@ -177,8 +177,8 @@
177
177
  [class*="btn-link-"] {
178
178
  --#{$prefix}btn-text-decoration: var(--#{$prefix}link-decoration);
179
179
 
180
- span {
181
- text-decoration: underline;
180
+ &:hover {
181
+ --#{$prefix}btn-text-decoration: underline;
182
182
  }
183
183
 
184
184
  @if $enable-gradients {