mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-08 23:33:09 +02:00
enhance(frontend): 押したリアクションのデザインを改善 (#11434)
* enhance(frontend): 押したリアクションのデザインを改善 * Update CHANGELOG
This commit is contained in:
parent
007ed5c929
commit
4aed5968f6
2 changed files with 6 additions and 7 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue