mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-11-17 14:19:40 +08:00
refactor: start without focus class
everything else is not focused initially (it gets focused in js) so this change is for consistency
This commit is contained in:
parent
d8cda00b27
commit
a587efad69
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@
|
|||
<div id="fpsCounter" class="hidden"></div>
|
||||
<div class="customBackground"></div>
|
||||
<div id="backgroundLoader" style="display: none"></div>
|
||||
<div id="bannerCenter" class="focus"></div>
|
||||
<div id="bannerCenter"></div>
|
||||
<div id="notificationCenter">
|
||||
<div class="clearAll button invisible" style="display: none">
|
||||
<i class="fas fa-times"></i>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue