Skip to content

Commit 65fb904

Browse files
authored
feat: change cursor for disabled reply count button (#346)
1 parent 420f126 commit 65fb904

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/v2/styles/Message/Message-layout.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,10 @@
295295
cursor: pointer;
296296
padding: 0;
297297
}
298+
299+
button:disabled {
300+
cursor: auto;
301+
}
298302
}
299303

300304
.str-chat__message--deleted-inner {

0 commit comments

Comments
 (0)