@annalib/anna-core 31.4.37 → 31.4.39

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": "@annalib/anna-core",
3
- "version": "31.4.37",
3
+ "version": "31.4.39",
4
4
  "peerDependencies": {
5
5
  "@angular-slider/ngx-slider": "^17.0.2",
6
6
  "@angular/common": "^17.3.12",
@@ -714,7 +714,7 @@ input.error-border {
714
714
  }
715
715
 
716
716
  .custom-column-checkbox-unchecked {
717
- color: $charcoal;
717
+ color: #2962ff;
718
718
  }
719
719
 
720
720
  .virtual-scroll-div {
@@ -36,17 +36,9 @@
36
36
  @include fonts(Roboto, $fs-11, normal, 700, normal, normal, 0.3px);
37
37
  color: $charcoal;
38
38
  margin-bottom: 0;
39
- box-shadow:
40
- inset 0 1px 0 $lightGray-4,
41
- inset 0 -1px 0 $lightGray-4,
42
- inset -1px 0px 0px 0px $lightGray-4;
43
-
44
- &:first-of-type {
45
- box-shadow:
46
- inset 0 1px $lightGray-4,
47
- inset 0 -1px $lightGray-4,
48
- inset -1px 0 $lightGray-4 !important;
49
- border-left: 1px solid $lightGray-4;
39
+ box-shadow: inset 1px -1px #d4d4d4, inset 0px 1px #d4d4d4;
40
+ &:last-of-type {
41
+ box-shadow: inset 1px -1px #d4d4d4, inset -1px 1px #d4d4d4 !important;
50
42
  }
51
43
  }
52
44
  }
@@ -54,11 +46,14 @@
54
46
  tbody {
55
47
  tr {
56
48
  td {
57
- border: 1px solid $lightGray-4;
58
49
  padding: 3px 8px;
59
50
  width: 100%;
60
51
  color: #000;
61
52
  @include fonts(Roboto, $fs-12, normal, normal, normal, normal, 0px);
53
+ box-shadow: inset 1px -1px #d4d4d4;
54
+ &:last-of-type {
55
+ box-shadow: inset 1px -1px #d4d4d4, inset -1px 0px #d4d4d4;
56
+ }
62
57
  }
63
58
  &:first-of-type td {
64
59
  border-top: none;