@afeefa/vue-app 0.0.274 → 0.0.275

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.
@@ -1 +1 @@
1
- 0.0.274
1
+ 0.0.275
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@afeefa/vue-app",
3
- "version": "0.0.274",
3
+ "version": "0.0.275",
4
4
  "description": "",
5
5
  "author": "Afeefa Kollektiv <kollektiv@afeefa.de>",
6
6
  "license": "MIT",
@@ -409,13 +409,7 @@ export default class ASearchSelect extends Mixins(ComponentWidthMixin, UsesPosit
409
409
  overscroll-behavior: contain;
410
410
 
411
411
  :deep(.a-table-row) {
412
- &:not(.selected) {
413
- cursor: pointer;
414
- }
415
-
416
- &.selected {
417
- pointer-events: none;
418
- }
412
+ cursor: pointer;
419
413
  }
420
414
  }
421
415