@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.
|
@@ -9106,7 +9106,6 @@ var TableDesktopCell = ({
|
|
|
9106
9106
|
width: width ?? "auto",
|
|
9107
9107
|
position: "relative",
|
|
9108
9108
|
cursor: disabled || !enableEditMode ? "default" : "pointer",
|
|
9109
|
-
opacity: disabled ? 0.2 : 1,
|
|
9110
9109
|
":hover": isCellEditable ? getCellBackgroundColor(isCellInEditMode) : void 0,
|
|
9111
9110
|
background: enableEditMode && isCellInEditMode ? colors.lightBlueBackground : void 0
|
|
9112
9111
|
},
|