@tetacom/ng-components 1.1.31 → 1.1.32

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": "@tetacom/ng-components",
3
- "version": "1.1.31",
3
+ "version": "1.1.32",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/common": "^16.1.3",
package/style/table.scss CHANGED
@@ -15,7 +15,7 @@
15
15
  display: flex;
16
16
  overflow: hidden;
17
17
  flex-shrink: 0;
18
- background-color: var(--color-text-10);
18
+ background-color: var(--color-global-bgcard);
19
19
  color: var(--color-text-90);
20
20
  @include getFont($fonts, 'table-header');
21
21
 
@@ -36,6 +36,7 @@
36
36
  flex-direction: row;
37
37
  justify-content: center;
38
38
  text-overflow: ellipsis;
39
+ background-color: var(--color-text-10);
39
40
 
40
41
  &:last-child {
41
42
  border-right: 0;
@@ -129,9 +130,11 @@
129
130
  height: 100%;
130
131
  display: none;
131
132
  }
133
+
132
134
  &:hover &_drag {
133
135
  display: block;
134
136
  }
137
+
135
138
  &:hover {
136
139
  cursor: col-resize;
137
140
  }