mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-18 00:10:14 +01:00
fix(temperature): fix temperature dragger gradient, fix switcher button hover background (#1745)
This commit is contained in:
parent
a6d5d4956c
commit
f12bd9f540
4 changed files with 20 additions and 11 deletions
|
|
@ -119,8 +119,13 @@ export class TemperatureDraggerComponent implements AfterViewInit, OnChanges {
|
|||
this.calculateVars();
|
||||
|
||||
this.invalidateClipPathStr();
|
||||
this.invalidateGradientArcs();
|
||||
this.invalidatePinPosition();
|
||||
|
||||
// Chrome fix, temporary solution
|
||||
// TODO: review set data to styles object
|
||||
setTimeout(() => {
|
||||
this.invalidateGradientArcs();
|
||||
})
|
||||
}
|
||||
|
||||
private calculateVars() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue