Commit 8b448923 by Valera Rozuvan

Fix for bug BLD-359: Unnecessary focus outline around Video Player.

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