removing the default outline offset for the chat message input box
This commit is contained in:
parent
8a41267bb2
commit
e72b4ab867
1 changed files with 4 additions and 0 deletions
|
@ -53,6 +53,10 @@
|
||||||
outline: 1px solid #aaa;
|
outline: 1px solid #aaa;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.chat-msg:focus {
|
||||||
|
outline-offset: 0;
|
||||||
|
}
|
||||||
|
|
||||||
.capitalize {
|
.capitalize {
|
||||||
text-transform: capitalize;
|
text-transform: capitalize;
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue