@asd20/ui 3.2.741 → 3.2.742

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
@@ -5,7 +5,7 @@
5
5
  "*.scss",
6
6
  "*.vue"
7
7
  ],
8
- "version": "3.2.741",
8
+ "version": "3.2.742",
9
9
  "private": false,
10
10
  "license": "MIT",
11
11
  "repository": {
@@ -312,6 +312,9 @@ export default {
312
312
  a {
313
313
  color: white;
314
314
  }
315
+ .asd20-button--transparent:hover {
316
+ background: rgba(100, 100, 100, 0.8);
317
+ }
315
318
  .asd20-notification__title {
316
319
  font-size: 1.25rem;
317
320
  }