chore: apply suggestions from threads for merge.

This commit is contained in:
Björn Otgaar
2025-11-20 14:53:42 +01:00
parent 1dfc14ede8
commit 79b645df88
8 changed files with 29 additions and 40 deletions

View File

@@ -7,31 +7,6 @@
height: 100%;
}
.node-text-input {
border: 1px solid transparent;
border-radius: 5pt;
padding: 4px 8px;
outline: none;
background-color: white;
transition: border-color 0.2s, box-shadow 0.2s;
cursor: text;
}
.node-text-input:focus {
border-color: gainsboro;
}
.node-text-input:read-only {
cursor: pointer;
background-color: whitesmoke;
}
.node-text-input:read-only:hover {
border-color: gainsboro;
}
.dnd-panel {
margin-inline-start: auto;
margin-inline-end: auto;