mirror of
https://github.com/videojs/video.js.git
synced 2026-06-19 22:15:04 +02:00
fix: remove focus ring from player itself (#4237)
This commit is contained in:
@@ -33,6 +33,10 @@
|
||||
}
|
||||
}
|
||||
|
||||
.video-js[tabindex="-1"] {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
// All elements inherit border-box sizing
|
||||
.video-js *,
|
||||
.video-js *:before,
|
||||
|
||||
Reference in New Issue
Block a user