Merge pull request #3885 from edx/anton/fix-video-outline
Remove Video player outline.
This commit is contained in:
@@ -5,6 +5,8 @@ These are notable changes in edx-platform. This is a rolling list of changes,
|
||||
in roughly chronological order, most recent first. Add your entries at or near
|
||||
the top. Include a label indicating the component affected.
|
||||
|
||||
Blades: Remove Video player outline. BLD-975.
|
||||
|
||||
Blades: Fix Youtube regular expression in video player editor. BLD-967.
|
||||
|
||||
Blades: Fix displaying transcripts on touch devices. BLD-1033.
|
||||
|
||||
@@ -13,6 +13,7 @@ div.video {
|
||||
margin: 0 -12px;
|
||||
padding: 12px;
|
||||
border-radius: 5px;
|
||||
outline: none;
|
||||
|
||||
&:focus, &:active, &:hover {
|
||||
border: 0;
|
||||
|
||||
Reference in New Issue
Block a user