novo-elements 7.10.0 → 7.10.1-next.1

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.
@@ -105,12 +105,17 @@ cdk-table {
105
105
  .novo-data-table-header-cell {
106
106
  &.resizable {
107
107
  padding-right: 0;
108
+ &:hover {
109
+ background-color: var(--background-muted, $neutral);
110
+ }
108
111
  .data-table-header-resizable {
109
112
  height: 100%;
110
113
 
111
114
  span {
112
115
  cursor: ew-resize;
113
- width: 8px;
116
+ background-color: var(--border, $neutral);
117
+ width: 1px;
118
+ margin: 0 4px;
114
119
  display: block;
115
120
  }
116
121
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "novo-elements",
3
- "version": "7.10.0",
3
+ "version": "7.10.1-next.1",
4
4
  "sideEffects": true,
5
5
  "peerDependencies": {
6
6
  "@angular/animations": ">=10",