Consistent cursors in MessageAudio

Hovering over waveform should display "pointer" cursor, while countdown
should not be user-selectable and thus should display "default" cursor.
This commit is contained in:
Fedor Indutny 2021-03-23 14:03:16 -07:00 committed by GitHub
parent 2df7569389
commit 9e9d1c8e84
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -156,6 +156,7 @@
display: flex;
align-items: center;
cursor: pointer;
outline: 0;
}
@ -235,6 +236,8 @@
min-width: 32px;
text-align: right;
user-select: none;
@include font-caption;
.module-message__audio-attachment--incoming & {