fix: Do not use box-shadow or borders on video-js:focus

This commit is contained in:
Yiannis Christodoulou 2025-09-23 09:48:54 +03:00
parent 7f12038e60
commit 44a44d39f2

View File

@ -839,7 +839,7 @@ button {
/* Custom focus styles for video player */ /* Custom focus styles for video player */
.video-js:focus { .video-js:focus {
box-shadow: 0 0 0 3px rgba(25, 153, 50, 0.5); /* box-shadow: 0 0 0 3px rgba(25, 153, 50, 0.5); */
border-radius: 0; border-radius: 0;
} }