diff --git a/chromesoul.css b/chromesoul.css index 1faadf6..3ba0b1c 100644 --- a/chromesoul.css +++ b/chromesoul.css @@ -53,6 +53,10 @@ outline: 1px solid #aaa; } +.chat-msg:focus { + outline-offset: 0; +} + .capitalize { text-transform: capitalize; }