fix: add ::deep to track-row-fab rule and define deepdrft-track-row--playing style
This commit is contained in:
@@ -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);
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user