refactor: optimize send button

This commit is contained in:
leedom
2023-04-06 21:02:48 +08:00
parent 85bf4ac077
commit b7cdea1b82
3 changed files with 12 additions and 2 deletions

View File

@@ -10,6 +10,13 @@
transition: all 0.3s ease;
overflow: hidden;
user-select: none;
outline: none;
border: none;
&[disabled] {
cursor: not-allowed;
opacity: 0.5;
}
}
.shadow {