finally make consistent focus ring for messageinput
This commit is contained in:
parent
1c8d2838c4
commit
c84d95d0e3
2 changed files with 5 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
|||
replyString += `> ${line}\n`;
|
||||
});
|
||||
|
||||
replyString += `@${message.author_username} `;
|
||||
replyString += `@${message.author_username}: `;
|
||||
|
||||
setMessageInputEvent.update(replyString);
|
||||
};
|
||||
|
|
|
@ -145,6 +145,10 @@
|
|||
resize: none;
|
||||
}
|
||||
|
||||
.message-input:focus-visible {
|
||||
outline: 2px solid var(--purple-2);
|
||||
}
|
||||
|
||||
.message-input::placeholder {
|
||||
color: var(--foreground-color-4);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue