hamzus-ui 0.0.67 → 0.0.68
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
|
@@ -51,6 +51,8 @@
|
|
|
51
51
|
});
|
|
52
52
|
}
|
|
53
53
|
function removeListener() {
|
|
54
|
+
trackedColumnName = null
|
|
55
|
+
|
|
54
56
|
document.removeEventListener('mousemove', handleMouseMove);
|
|
55
57
|
document.removeEventListener('mouseup', removeListener);
|
|
56
58
|
|
|
@@ -390,9 +392,9 @@
|
|
|
390
392
|
background-color: var(--accent-b);
|
|
391
393
|
outline: 2px solid var(--accent-b);
|
|
392
394
|
}
|
|
393
|
-
.active-resizer {
|
|
394
|
-
background-color: var(--accent);
|
|
395
|
-
outline: 2px solid var(--accent);
|
|
395
|
+
.resizer.active-resizer {
|
|
396
|
+
background-color: var(--accent) !important;
|
|
397
|
+
outline: 2px solid var(--accent) !important;
|
|
396
398
|
}
|
|
397
399
|
.resizer:has(.resizer-pad:global(.resizing)) {
|
|
398
400
|
background-color: var(--accent);
|