Skip to content

Commit cc8b51e

Browse files
fix(ADA-2810): Remove seekbar styling on chapters (#1077)
### Description of the Changes Please add a detailed description of the change, whether it's an enhancement or a bugfix. If the PR is related to an open issue please link to it. **Issue:** **Fix:** #### Resolves FEC-[Please add the ticket reference here]
1 parent 5e84d2c commit cc8b51e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/seekbar/_seekbar.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
transform 200ms ease;
3939
&.chapters {
4040
background-color: transparent;
41+
border: none;
4142
.virtual-progress-indicator {
4243
height: 8px;
4344
transform: translateY(-2px);

0 commit comments

Comments
 (0)