From: Elias Fleckenstein Date: Sun, 27 Jun 2021 19:06:44 +0000 (+0200) Subject: Prevent chat console outline on chromium X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=1982646b68d47cb9280cbf2019d4088b1a0054c1;p=dragonblocks.git Prevent chat console outline on chromium --- diff --git a/engine/chat.js b/engine/chat.js index 2548394..9ff4537 100644 --- a/engine/chat.js +++ b/engine/chat.js @@ -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";