mirror of
https://github.com/vector-im/element-web.git
synced 2025-09-20 21:21:23 +02:00
Add visual bell animation for RTE
This commit is contained in:
parent
8daa0fced8
commit
07e8d4ef69
@ -78,6 +78,16 @@ limitations under the License.
|
||||
margin-right: 6px;
|
||||
}
|
||||
|
||||
@keyframes visualbell
|
||||
{
|
||||
from { background-color: #faa }
|
||||
to { background-color: $primary-bg-color }
|
||||
}
|
||||
|
||||
.mx_MessageComposer_input_error {
|
||||
animation: 0.2s visualbell;
|
||||
}
|
||||
|
||||
.mx_MessageComposer_input_empty .public-DraftEditorPlaceholder-root {
|
||||
display: none;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user