feat: added highlighted chord guide on piano grid

This commit is contained in:
Xiaohan-Tian
2025-12-15 20:14:30 -08:00
parent 8512fb4204
commit bdc7fc899a
7 changed files with 206 additions and 4 deletions
+9
View File
@@ -896,6 +896,15 @@ body {
transition: opacity 0.1s ease;
}
.piano-grid-chord-highlight {
position: absolute;
background-color: rgba(255, 77, 77, 0.25);
border: 1px solid rgba(255, 77, 77, 0.8);
pointer-events: none;
z-index: 2;
transition: opacity 0.1s ease;
}
.resize-handle {
position: absolute;
right: 5px;