javascript - Odd blue line when reloading page -


i'm making script automatically shows video on fullscreen, , it's working perfectly,but reason, when load page, gets odd blue line on side of screen, gone on clicking somewhere on page. know why happens?

maybe not visible, second 1 should more clear

made second screenshot partially offscreen can see clearly

it's focus "glow". it's called outline of element. element tab index have focus outline. can remove css easily.

video {     outline: none; } 

that should enough.


Comments

Popular posts from this blog

java - pagination of xlsx file to XSSFworkbook using apache POI -

Unlimited choices in BASH case statement -

apache - How do I stop my index.php being run twice for every user -