mirror of
https://github.com/mediacms-io/mediacms.git
synced 2025-11-10 17:38:54 -05:00
Improve video player button styles and focus handling
Added pointer cursor to video player buttons for better UX. Updated focus styles to ensure the video player is focusable without showing an outline.
This commit is contained in:
parent
b2279f73f6
commit
9a6f2b1394
@ -1,3 +1,10 @@
|
||||
.video-js button {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
/* Ensure video player is focusable but without outline */
|
||||
.video-js,
|
||||
.video-js[tabindex],
|
||||
.vjs-button:focus {
|
||||
outline: none !important;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user