enhance(frontend): 押したリアクションのデザインを改善 (#11434)

* enhance(frontend): 押したリアクションのデザインを改善

* Update CHANGELOG
This commit is contained in:
Ebise Lutica 2023-07-31 17:38:41 +09:00 committed by GitHub
parent 007ed5c929
commit 4aed5968f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 7 deletions

View File

@ -18,6 +18,7 @@
- OAuth 2.0のサポート
### Client
- Enhance: 自分が押したリアクションのデザインを改善
- Fix: サーバー情報画面(`/instance-info/{domain}`)でブロックができないのを修正
- Fix: 未読のお知らせの「わかった」をクリック・タップしてもその場で「わかった」が消えない問題を修正

View File

@ -143,15 +143,13 @@ useTooltip(buttonEl, async (showing) => {
}
}
&.reacted {
background: var(--accent);
&:hover {
background: var(--accent);
}
&.reacted, &.reacted:hover {
background: var(--accentedBg);
color: var(--accent);
border: 1px solid var(--accent);
> .count {
color: var(--fgOnAccent);
color: var(--accent);
}
> .icon {