Commit a8349a06 by Valera Rozuvan

Merge pull request #1120 from edx/valera/fix_for_unnecessary_outline_around_video

Fix for bug BLD-359: Unnecessary focus outline around Video Player.
parents 19ee540a 8b448923
......@@ -10,6 +10,11 @@ div.video {
padding: 12px;
border-radius: 5px;
&:focus, &:active, &:hover {
outline: 0;
border: 0;
}
div.tc-wrapper {
position: relative;
@include clearfix;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment