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;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
cursor: pointer;
|
||||||
|
|
||||||
outline: 0;
|
outline: 0;
|
||||||
}
|
}
|
||||||
|
@ -235,6 +236,8 @@
|
||||||
min-width: 32px;
|
min-width: 32px;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
|
|
||||||
|
user-select: none;
|
||||||
|
|
||||||
@include font-caption;
|
@include font-caption;
|
||||||
|
|
||||||
.module-message__audio-attachment--incoming & {
|
.module-message__audio-attachment--incoming & {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue