Skip to content
Snippets Groups Projects
Unverified Commit 4aed5968 authored by Ebise Lutica's avatar Ebise Lutica Committed by GitHub
Browse files

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

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

* Update CHANGELOG
parent 007ed5c9
No related branches found
No related tags found
No related merge requests found
......@@ -18,6 +18,7 @@
- OAuth 2.0のサポート
### Client
- Enhance: 自分が押したリアクションのデザインを改善
- Fix: サーバー情報画面(`/instance-info/{domain}`)でブロックができないのを修正
- Fix: 未読のお知らせの「わかった」をクリック・タップしてもその場で「わかった」が消えない問題を修正
......
......@@ -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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment