fix: add ::deep to track-row-fab rule and define deepdrft-track-row--playing style

This commit is contained in:
daniel-c-harvey
2026-06-08 07:59:28 -04:00
parent 8fbabcdbc5
commit 1bd27f2160
@@ -131,7 +131,7 @@
color: inherit; color: inherit;
} }
.deepdrft-track-row-fab { ::deep .deepdrft-track-row-fab {
flex: 0 0 auto; flex: 0 0 auto;
} }
@@ -179,3 +179,7 @@
height: 48px; height: 48px;
} }
} }
.deepdrft-track-row--playing {
border-left: 3px solid var(--deepdrft-green-interactive, #3aa163);
}