chore: input area highlight and moblie hide tooltip (#251)

This commit is contained in:
Joel
2023-05-30 11:16:31 +08:00
committed by GitHub
parent 8358d0abfa
commit c5ccf382df
2 changed files with 52 additions and 38 deletions

View File

@@ -102,6 +102,10 @@
background: url(./icons/send.svg) center center no-repeat;
}
.sendBtnActive {
background-image: url(./icons/send-active.svg);
}
.sendBtn:hover {
background-image: url(./icons/send-active.svg);
background-color: #EBF5FF;