fix: remove focus ring from player itself (#4237)

This commit is contained in:
Gary Katsevman
2017-03-30 13:46:52 -04:00
committed by GitHub
parent 29d733d0d1
commit e98c65d7a6
+4
View File
@@ -33,6 +33,10 @@
}
}
.video-js[tabindex="-1"] {
outline: none;
}
// All elements inherit border-box sizing
.video-js *,
.video-js *:before,