]> git.lizzy.rs Git - dragonblocks.git/commitdiff
Prevent chat console outline on chromium
authorElias Fleckenstein <eliasfleckenstein@web.de>
Sun, 27 Jun 2021 19:06:44 +0000 (21:06 +0200)
committerElias Fleckenstein <eliasfleckenstein@web.de>
Sun, 27 Jun 2021 19:06:44 +0000 (21:06 +0200)
engine/chat.js

index 254839442f22d6d91f91648ce65b47ca006a26b2..9ff4537f65e853e246302463da48b38c557e90d2 100644 (file)
@@ -67,6 +67,7 @@ dragonblocks.Chat = class
                input.style.left = "0px";
                input.style.backgroundColor = "black";
                input.style.border = "none";
+               input.style.outline = "none";
                input.style.opacity = "0.7";
                input.style.fontSize = "20px";
                input.style.color = "white";