Skip to content

Commit 45cb622

Browse files
committed
recorder: narrow down css selector
1 parent 47b94c0 commit 45cb622

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/recorder/interface.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
#track-selector { margin-bottom: 20px; }
4444
.text-center { text-align: center; }
4545
.accordion-header i { transition: transform 0.2s; }
46-
input:checked ~ .accordion-header i { transition: transform 0.2s; }
46+
input[name=accordion-tracks]:checked ~ .accordion-header i { transition: transform 0.2s; }
4747
.accordion { margin-bottom: 20px; }
4848
.accordion-item { position: relative; }
4949
.accordion-header { cursor: pointer; padding: 10px; background: #f8f9fa; border-radius: 4px; margin-bottom: 5px; }

0 commit comments

Comments
 (0)