Add functionality to attachment button, fix escape ev listener preventing all events default behavior.

This commit is contained in:
天クマ 2026-07-14 16:28:33 -03:00
commit ccb1233181
6 changed files with 70 additions and 8 deletions

View file

@ -618,13 +618,13 @@ input:focus {
transform: translateY(100%);
}
.alternate-panel button {
.alternate-panel button, .alternate-panel input {
border: medium solid white;
border-radius: 100%;
background-color: transparent;
}
.alternate-panel button:hover {
.alternate-panel button:hover, .alternate-panel input:hover {
border-color: white;
background-color: white;
color: black;