@ng-matero/extensions 15.2.0 → 15.2.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.
@@ -69,6 +69,11 @@
69
69
  width: 40px;
70
70
  height: 40px;
71
71
  padding: 8px;
72
+
73
+ .mat-mdc-button-touch-target {
74
+ width: 100%;
75
+ height: 100%;
76
+ }
72
77
  }
73
78
 
74
79
  .mtx-grid-column-pin-option.mat-menu-item {
package/grid/grid.scss CHANGED
@@ -205,10 +205,10 @@
205
205
  }
206
206
  }
207
207
 
208
- .mtx-grid-row-expand-button {
209
- width: 36px !important;
210
- height: 36px !important;
211
- padding: 6px !important;
208
+ .mtx-grid-row-expand-button.mat-mdc-icon-button {
209
+ width: 40px;
210
+ height: 40px;
211
+ padding: 8px;
212
212
  vertical-align: middle;
213
213
 
214
214
  &.expanded .mtx-grid-row-expand-icon {
@@ -218,4 +218,15 @@
218
218
  + mtx-grid-cell {
219
219
  vertical-align: middle;
220
220
  }
221
+
222
+ .mat-mdc-button-touch-target {
223
+ width: 100%;
224
+ height: 100%;
225
+ }
226
+ }
227
+
228
+ .mtx-grid-icon {
229
+ width: 20px;
230
+ height: 20px;
231
+ font-size: 20px;
221
232
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ng-matero/extensions",
3
- "version": "15.2.0",
3
+ "version": "15.2.1",
4
4
  "description": "Angular Material Extensions",
5
5
  "publishConfig": {
6
6
  "access": "public"