1
0
mirror of https://github.com/videojs/video.js.git synced 2024-11-30 09:06:49 +02:00

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

View File

@ -33,6 +33,10 @@
}
}
.video-js[tabindex="-1"] {
outline: none;
}
// All elements inherit border-box sizing
.video-js *,
.video-js *:before,