Fix for styling

This commit is contained in:
piotrpekala7 2021-04-08 11:28:02 +02:00
parent 0e71897317
commit d86eca7061
2 changed files with 6 additions and 1 deletions

View File

@ -112,6 +112,7 @@ g.node:hover {
mat-icon { mat-icon {
font-size: 20px; font-size: 20px;
color: white;
} }
.menu-button { .menu-button {
@ -149,6 +150,10 @@ g.node:hover {
&.lightTheme { &.lightTheme {
background-color: rgba(244, 248, 252, 0.95) !important; background-color: rgba(244, 248, 252, 0.95) !important;
mat-icon {
color: black;
}
.menu-button { .menu-button {
opacity: 0.7; opacity: 0.7;
} }

View File

@ -77,7 +77,7 @@ export class TopologySummaryComponent implements OnInit, OnDestroy {
this.computes = computes; this.computes = computes;
}); });
this.style = { top: '60px', right: '0px', width: '320px', height: '400px'}; this.style = { top: '60px', right: '0px', width: '320px', height: '400px'};
} }
toggleDragging(value: boolean) { toggleDragging(value: boolean) {