Skip to content

Commit 1edb48e

Browse files
committed
recorder: highlight selected accordions
1 parent efbdd4f commit 1edb48e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/recorder/interface.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
.accordion-header { cursor: pointer; padding: 10px; background: #f8f9fa; border-radius: 4px; }
5050
/* only show margin on expanded entries */
5151
input[name=accordion-tracks]:checked ~ .accordion-header { margin-bottom: 5px; }
52+
input.select-checkbox:checked ~ div > .accordion-body { background: #f0f8ff; }
5253
.accordion-header:hover { background: #e9ecef; }
5354
.accordion-body { overflow: visible; }
5455
.track-content-wrapper {

0 commit comments

Comments
 (0)