mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-02-20 17:52:46 +00:00
Bug with drawer removed
This commit is contained in:
parent
16ee7f2f95
commit
7fff8feec7
@ -47,7 +47,7 @@ g.node:hover {
|
||||
}
|
||||
|
||||
.drawer-content {
|
||||
background: transparent;
|
||||
background: #F0F0F0!important;
|
||||
}
|
||||
|
||||
.drawer-button {
|
||||
@ -84,8 +84,8 @@ g.node:hover {
|
||||
flex-direction: row;
|
||||
}
|
||||
|
||||
.mat-sidenav-backdrop.mat-sidenav-shown{
|
||||
background-color: transparent !important;
|
||||
.mat-drawer-backdrop.mat-drawer-shown {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.selected {
|
||||
|
@ -467,7 +467,7 @@ export class ProjectMapComponent implements OnInit, OnDestroy {
|
||||
setTimeout(() => {
|
||||
this.drawTools.visibility = true;
|
||||
},
|
||||
100);
|
||||
400);
|
||||
}
|
||||
|
||||
public getDrawingMock(objectType: string, text?: string): MapDrawing {
|
||||
|
Loading…
x
Reference in New Issue
Block a user