From 05bd205fbc4d53268c8ff3b60c301371e6cba895 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Pasquier <contact@jbpasquier.eu> Date: Mon, 8 Mar 2021 11:29:57 +0000 Subject: [PATCH] fix: outlines --- src/styles/index.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/styles/index.scss b/src/styles/index.scss index 6230ef6..b5ba44e 100644 --- a/src/styles/index.scss +++ b/src/styles/index.scss @@ -136,7 +136,7 @@ /* Outline when the emoji button is selected */ .chatbox converse-chat-toolbar button:focus { - outline-color: var(--chat-toolbar-btn-color) !important; + outline: none; } /* Modal when the connection is lost*/ @@ -438,7 +438,7 @@ .chatbox .sendXMPPMessage .chat-textarea:active, .chatbox .sendXMPPMessage .chat-textarea:focus { - outline-color: transparent; + outline: none; } .chatbox .sendXMPPMessage .chat-textarea.correcting { -- GitLab