Merge pull request #3885 from edx/anton/fix-video-outline

Remove Video player outline.
This commit is contained in:
Anton Stupak
2014-05-27 16:41:30 +03:00
2 changed files with 3 additions and 0 deletions

View File

@@ -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.

View File

@@ -13,6 +13,7 @@ div.video {
margin: 0 -12px;
padding: 12px;
border-radius: 5px;
outline: none;
&:focus, &:active, &:hover {
border: 0;