Bug with drawer removed

This commit is contained in:
Piotr Pekala 2018-12-11 02:09:40 -08:00
parent 16ee7f2f95
commit 7fff8feec7
2 changed files with 4 additions and 4 deletions

View File

@ -47,7 +47,7 @@ g.node:hover {
} }
.drawer-content { .drawer-content {
background: transparent; background: #F0F0F0!important;
} }
.drawer-button { .drawer-button {
@ -84,8 +84,8 @@ g.node:hover {
flex-direction: row; flex-direction: row;
} }
.mat-sidenav-backdrop.mat-sidenav-shown{ .mat-drawer-backdrop.mat-drawer-shown {
background-color: transparent !important; background-color: transparent;
} }
.selected { .selected {

View File

@ -467,7 +467,7 @@ export class ProjectMapComponent implements OnInit, OnDestroy {
setTimeout(() => { setTimeout(() => {
this.drawTools.visibility = true; this.drawTools.visibility = true;
}, },
100); 400);
} }
public getDrawingMock(objectType: string, text?: string): MapDrawing { public getDrawingMock(objectType: string, text?: string): MapDrawing {