@asd20/ui 3.2.873 → 3.2.874
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
|
@@ -148,7 +148,7 @@ export default {
|
|
|
148
148
|
border-left: 10px solid transparent;
|
|
149
149
|
border-right: 10px solid transparent;
|
|
150
150
|
border-top: 10px solid rgba(0, 0, 0, 0.7); /* Arrow color */
|
|
151
|
-
cursor:
|
|
151
|
+
cursor: default;
|
|
152
152
|
z-index: 10;
|
|
153
153
|
transition: opacity 0.3s ease;
|
|
154
154
|
opacity: 0.7;
|