Skip to content

Commit

Permalink
fix: fix accessibility issue with video editor speed option selected …
Browse files Browse the repository at this point in the history
…speed
  • Loading branch information
Saad Yousaf authored and saadyousafarbi committed Mar 3, 2025
1 parent 1d0c72a commit 790fdcf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xmodule/static/css-builtin-blocks/VideoBlockDisplay.css
Original file line number Diff line number Diff line change
Expand Up @@ -525,9 +525,9 @@

.xmodule_display.xmodule_VideoBlock .video .video-wrapper .video-controls .secondary-controls .menu-container .menu li.is-active .speed-option,
.xmodule_display.xmodule_VideoBlock .video .video-wrapper .video-controls .secondary-controls .menu-container .menu li.is-active .control-lang {
border-left: calc(var(--baseline, 20px) / 10) solid #0ea6ec;
border-left: calc(var(--baseline, 20px) / 10) solid #90d7f9;
font-weight: var(--font-bold, 700);
color: #0ea6ec;
color: #90d7f9;
}

.xmodule_display.xmodule_VideoBlock .video .video-wrapper .video-controls .secondary-controls .menu-container.is-opened .menu {
Expand Down

0 comments on commit 790fdcf

Please sign in to comment.