Skip to content

Commit

Permalink
fix: issue of the emoji picker being semi-transparent (#103)
Browse files Browse the repository at this point in the history
修复鼠标移动到 Emoji 区域背景变半透明的问题。

Fixes #96

```release-note
修复鼠标移动到 Emoji 区域背景变半透明的问题。
```
  • Loading branch information
ruibaby committed Mar 14, 2024
1 parent 5e0db9b commit db8b800
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/comment-widget/src/emoji-button.ts
Expand Up @@ -118,7 +118,7 @@ export class EmojiButton extends LitElement {
position: relative;
}
.emoji-button:hover {
.emoji-button:hover icon-emoji {
opacity: 0.8;
}
Expand Down

0 comments on commit db8b800

Please sign in to comment.