mirror of
https://github.com/mediacms-io/mediacms.git
synced 2025-11-06 07:28:53 -05:00
Remove focus outline from video player buttons
Added CSS to disable the default focus outline on .vjs-button elements for improved visual appearance.
This commit is contained in:
parent
26c2413f12
commit
d29c415d64
@ -0,0 +1,3 @@
|
||||
.vjs-button:focus {
|
||||
outline: none !important;
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user