Add hover effect for buttons

This commit is contained in:
2022-03-29 21:54:43 +02:00
parent 2b847c0456
commit d1326af557
3 changed files with 24 additions and 5 deletions

View File

@@ -409,6 +409,7 @@ const node_click = (index) => {
margin: 0;
color: var(--body_text_color);
text-decoration: none;
transition: background 0.2s;
}
.node:hover:not(.node_selected) {
background: var(--input_background);