Skip to content

Commit dc7174f

Browse files
improve interactive transcript display
1 parent 286dd5d commit dc7174f

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

src/player/types/ContentView/style.css

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -374,11 +374,14 @@
374374
overflow: auto;
375375
}
376376

377+
.layoutArea .contentViewContainer .contentViewContents .customhtmlContainer .timebased {
378+
border-bottom: 1px solid transparent;
379+
opacity: .7;
380+
}
381+
377382
.layoutArea .contentViewContainer .contentViewContents .customhtmlContainer .timebased:hover, .layoutArea .contentViewContainer .contentViewContents .customhtmlContainer .timebased.active {
378-
background-color: var(--secondary-fg-color);
379-
color: var(--primary-bg-color);
380-
border-radius: 2px;
381-
opacity: 0.8;
383+
border-bottom-color: var(--primary-fg-color);
384+
opacity: 1;
382385
cursor: pointer;
383386
}
384387

0 commit comments

Comments
 (0)