@eturnity/eturnity_reusable_components 1.0.96 → 1.0.97

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": "@eturnity/eturnity_reusable_components",
3
- "version": "1.0.96",
3
+ "version": "1.0.97",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "dev": "vue-cli-service serve",
@@ -127,7 +127,7 @@ import SearchInput from "@eturnity/eturnity_reusable_components/src/components/i
127
127
 
128
128
  const rowAttrs = { disabled: Boolean }
129
129
  const DropdownRow = styled("td", rowAttrs)`
130
- cursor: ${(props) => (props.disabled ? "not-allowed" : "auto")};
130
+ cursor: ${(props) => (props.disabled ? "not-allowed" : "pointer")};
131
131
  `
132
132
 
133
133
  const ComponentItem = styled.div`