@natoora-libs/core 0.2.2-dev-doug-1 → 0.2.2-dev-doug-2

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.
@@ -8915,7 +8915,6 @@ var TableDesktopCell = ({
8915
8915
  width: width ?? "auto",
8916
8916
  position: "relative",
8917
8917
  cursor: disabled || !enableEditMode ? "default" : "pointer",
8918
- opacity: disabled ? 0.2 : 1,
8919
8918
  ":hover": isCellEditable ? getCellBackgroundColor(isCellInEditMode) : void 0,
8920
8919
  background: enableEditMode && isCellInEditMode ? colors.lightBlueBackground : void 0
8921
8920
  },