canvasxpress-cli 60.0.0 → 60.1.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.
- package/package.json +1 -1
- package/src/canvasXpress.css +7 -1
- package/src/canvasXpress.js +3 -3
package/package.json
CHANGED
package/src/canvasXpress.css
CHANGED
|
@@ -751,11 +751,17 @@ span.cX-bin::selection {
|
|
|
751
751
|
background: rgb(255, 255, 255);
|
|
752
752
|
}
|
|
753
753
|
|
|
754
|
+
/*
|
|
755
|
+
.customizerLeftPanelTop > *,
|
|
756
|
+
.customizerLeftPanelBottom > *,
|
|
757
|
+
*/
|
|
754
758
|
.customizerLeftItem:hover > *,
|
|
755
|
-
.customizerLeftItemActive >
|
|
759
|
+
.customizerLeftItemActive > *,
|
|
760
|
+
.customizerLeftItemNB > * {
|
|
756
761
|
pointer-events: none;
|
|
757
762
|
}
|
|
758
763
|
|
|
764
|
+
|
|
759
765
|
.customizerLeftItemNB:hover svg {
|
|
760
766
|
border-color: var(--cx-background-border-hover-color) !important;
|
|
761
767
|
background: var(--cx-background-hover-color) !important;
|