style(chat): distinguish empty send button state
This commit is contained in:
@@ -21,6 +21,12 @@
|
||||
cursor: not-allowed;
|
||||
}
|
||||
|
||||
.buttonEmpty {
|
||||
background: #f8a8ce;
|
||||
color: rgba(255, 255, 255, 0.88);
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.button:focus-visible,
|
||||
.buttonActive {
|
||||
background: linear-gradient(
|
||||
|
||||
Reference in New Issue
Block a user