Skip to content
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.

Commit

Permalink
feat(video): restyle hover time text
Browse files Browse the repository at this point in the history
  • Loading branch information
adil192 committed May 19, 2024
1 parent 31c8917 commit 081068b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/styles/video.manchester.ac.uk.scss
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,16 @@ video,
content: none;
}
}

.vjs-mouse-display::after,
.vjs-play-progress::after {
font-size: 1rem !important;
background: flatten-color(rgba($on-header, 0.1), $video-elem-background);
color: $on-header;
border-radius: $progress-bar-border-radius;
padding: 0 0.25rem 0.25rem 0.25rem;
top: -2rem;
}
}
.video-js .vjs-progress-control .vjs-progress-holder,
.video-js .vjs-progress-control:hover .vjs-progress-holder {
Expand Down

0 comments on commit 081068b

Please sign in to comment.