mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-06-06 09:11:36 +00:00
Bug with drawer removed
This commit is contained in:
parent
16ee7f2f95
commit
7fff8feec7
@ -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 {
|
||||||
|
@ -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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user