diff --git a/plugins/activity-resources/src/components/reactions/Reactions.svelte b/plugins/activity-resources/src/components/reactions/Reactions.svelte index b2af83de4d..7df064d594 100644 --- a/plugins/activity-resources/src/components/reactions/Reactions.svelte +++ b/plugins/activity-resources/src/components/reactions/Reactions.svelte @@ -15,7 +15,7 @@ @@ -64,12 +66,13 @@
-
{emoji}
+ {emoji}
{accounts.length}
@@ -108,8 +111,18 @@ border: none; cursor: pointer; + &.highlight { + background: var(--global-ui-highlight-BackgroundColor); + border: 1px solid var(--global-accent-BackgroundColor); + } + &:hover { background: var(--global-ui-highlight-BackgroundColor); + border: 1px solid var(--global-popover-ShadowColor); + + &.highlight { + border: 1px solid var(--global-accent-BackgroundColor); + } } &.withoutBackground {