@dhutaryan/ngx-mat-timepicker 16.2.1 → 16.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.
@@ -93,7 +93,7 @@ $primary-opacity: 0.15;
93
93
 
94
94
  .mat-clock-dial-value,
95
95
  .mat-clock-dial,
96
- .mat-mdc-text-field-wrapper {
96
+ .mat-time-inputs-field .mat-mdc-text-field-wrapper {
97
97
  background-color: mat.get-color-from-palette($background, background);
98
98
  }
99
99
 
@@ -101,7 +101,7 @@ $primary-opacity: 0.15;
101
101
  background-color: transparent;
102
102
  }
103
103
 
104
- [mat-mini-fab]:not(.mat-primary):not(.mat-accent):not(.mat-warn) {
104
+ .mat-clock-dial-cell:not(.mat-primary):not(.mat-accent):not(.mat-warn) {
105
105
  background: transparent;
106
106
 
107
107
  &:not(.mat-clock-dial-cell-disabled):hover {
@@ -109,11 +109,11 @@ $primary-opacity: 0.15;
109
109
  }
110
110
  }
111
111
 
112
- [mat-mini-fab].mat-clock-dial-cell-disabled:hover {
112
+ .mat-clock-dial-cell.mat-clock-dial-cell-disabled:hover {
113
113
  cursor: default;
114
114
  }
115
115
 
116
- [mat-mini-fab].mat-clock-dial-cell.mat-clock-dial-cell-disabled {
116
+ .mat-clock-dial-cell.mat-clock-dial-cell.mat-clock-dial-cell-disabled {
117
117
  color: mat.get-color-from-palette($foreground, disabled-button);
118
118
 
119
119
  .mat-mdc-button-persistent-ripple::before {
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": "16.2.1",
4
+ "version": "16.2.2",
5
5
  "license": "MIT",
6
6
  "author": {
7
7
  "name": "Dzmitry Hutaryan"