Add functionality to attachment button, fix escape ev listener preventing all events default behavior.
This commit is contained in:
parent
25004fe404
commit
ccb1233181
6 changed files with 70 additions and 8 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue