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:
parent
2df7569389
commit
9e9d1c8e84
1 changed files with 3 additions and 0 deletions
|
@ -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 & {
|
||||
|
|
Loading…
Reference in a new issue