add "clickable" styling for muted note placeholder
This commit is contained in:
parent
4dc82cad62
commit
0a0f3c3387
6 changed files with 30 additions and 0 deletions
|
|
@ -1451,6 +1451,11 @@ function emitUpdReaction(emoji: string, delta: number) {
|
|||
padding: 8px;
|
||||
text-align: center;
|
||||
opacity: 0.7;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.muted:hover {
|
||||
background: var(--MI_THEME-buttonBg);
|
||||
}
|
||||
|
||||
.reactionOmitted {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue