@dhutaryan/ngx-mat-timepicker 13.2.1 → 13.2.2

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.
@@ -99,7 +99,7 @@ $primary-opacity: 0.15;
99
99
  background-color: transparent;
100
100
  }
101
101
 
102
- [mat-mini-fab]:not(.mat-primary):not(.mat-accent):not(.mat-warn) {
102
+ .mat-clock-dial-cell:not(.mat-primary):not(.mat-accent):not(.mat-warn) {
103
103
  background: transparent;
104
104
 
105
105
  &:not(.mat-clock-dial-cell-disabled):hover {
@@ -107,11 +107,11 @@ $primary-opacity: 0.15;
107
107
  }
108
108
  }
109
109
 
110
- [mat-mini-fab].mat-clock-dial-cell-disabled:hover {
110
+ .mat-clock-dial-cell.mat-clock-dial-cell-disabled:hover {
111
111
  cursor: default;
112
112
  }
113
113
 
114
- [mat-mini-fab].mat-clock-dial-cell.mat-clock-dial-cell-disabled {
114
+ .mat-clock-dial-cell.mat-clock-dial-cell.mat-clock-dial-cell-disabled {
115
115
  color: mat.get-color-from-palette($foreground, disabled-button);
116
116
  }
117
117
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@dhutaryan/ngx-mat-timepicker",
3
3
  "description": "Angular imepicker to add time which is based on material design and Angular material.",
4
- "version": "13.2.1",
4
+ "version": "13.2.2",
5
5
  "license": "MIT",
6
6
  "author": {
7
7
  "name": "Dzmitry Hutaryan"