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:
@@ -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 & {
|
||||
|
Reference in New Issue
Block a user