Skip to content
Snippets Groups Projects
Commit 05bd205f authored by Jean-Baptiste Pasquier's avatar Jean-Baptiste Pasquier
Browse files

fix: outlines

parent e463b82c
No related branches found
No related tags found
No related merge requests found
Pipeline #10408 passed
...@@ -136,7 +136,7 @@ ...@@ -136,7 +136,7 @@
/* Outline when the emoji button is selected */ /* Outline when the emoji button is selected */
.chatbox converse-chat-toolbar button:focus { .chatbox converse-chat-toolbar button:focus {
outline-color: var(--chat-toolbar-btn-color) !important; outline: none;
} }
/* Modal when the connection is lost*/ /* Modal when the connection is lost*/
...@@ -438,7 +438,7 @@ ...@@ -438,7 +438,7 @@
.chatbox .sendXMPPMessage .chat-textarea:active, .chatbox .sendXMPPMessage .chat-textarea:active,
.chatbox .sendXMPPMessage .chat-textarea:focus { .chatbox .sendXMPPMessage .chat-textarea:focus {
outline-color: transparent; outline: none;
} }
.chatbox .sendXMPPMessage .chat-textarea.correcting { .chatbox .sendXMPPMessage .chat-textarea.correcting {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment