@sumaris-net/ngx-components 18.23.55-beta.3 → 18.23.55-beta.4

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,7 +1,7 @@
1
1
  {
2
2
  "name": "@sumaris-net/ngx-components",
3
3
  "description": "SUMARiS Angular components",
4
- "version": "18.23.55-beta.3",
4
+ "version": "18.23.55-beta.4",
5
5
  "author": "contact@e-is.pro",
6
6
  "license": "AGPL-3.0",
7
7
  "readmeFilename": "README.md",
@@ -557,10 +557,10 @@
557
557
 
558
558
  td.cell-selected {
559
559
  background-color: var(--app-cell-selected-color) !important;
560
+ }
560
561
 
561
- &.cell-multiple-selected {
562
- user-select: none;
563
- }
562
+ td.cell-multiple-selected {
563
+ user-select: none; // To prevent text selection when multiple cells are selected
564
564
  }
565
565
 
566
566
  td.cell-dragging {