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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "canvasxpress-cli",
3
- "version": "60.0.0",
3
+ "version": "60.1.0",
4
4
  "license": {
5
5
  "type": "Dual licensing",
6
6
  "url": "https://www.canvasxpress.org/docs/license.html"
@@ -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;