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:
parent
29d733d0d1
commit
e98c65d7a6
@ -33,6 +33,10 @@
|
||||
}
|
||||
}
|
||||
|
||||
.video-js[tabindex="-1"] {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
// All elements inherit border-box sizing
|
||||
.video-js *,
|
||||
.video-js *:before,
|
||||
|
Loading…
Reference in New Issue
Block a user