Skip to content

Commit

Permalink
Consistent cursors in MessageAudio
Browse files Browse the repository at this point in the history
Hovering over waveform should display "pointer" cursor, while countdown
should not be user-selectable and thus should display "default" cursor.
  • Loading branch information
indutny-signal committed Mar 23, 2021
1 parent 2df7569 commit 9e9d1c8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions stylesheets/components/MessageAudio.scss
Expand Up @@ -156,6 +156,7 @@

display: flex;
align-items: center;
cursor: pointer;

outline: 0;
}
Expand Down Expand Up @@ -235,6 +236,8 @@
min-width: 32px;
text-align: right;

user-select: none;

@include font-caption;

.module-message__audio-attachment--incoming & {
Expand Down

0 comments on commit 9e9d1c8

Please sign in to comment.