mirror of
https://github.com/mediacms-io/mediacms.git
synced 2025-11-10 09:28:53 -05:00
fix: Do not use box-shadow or borders on video-js:focus
This commit is contained in:
parent
7f12038e60
commit
44a44d39f2
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user