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