aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--resources/vue/components/forum/posts/Post.vue2
-rw-r--r--resources/vue/components/forum/posts/PostReactions.vue6
2 files changed, 4 insertions, 4 deletions
diff --git a/resources/vue/components/forum/posts/Post.vue b/resources/vue/components/forum/posts/Post.vue
index 1c7e302..48921aa 100644
--- a/resources/vue/components/forum/posts/Post.vue
+++ b/resources/vue/components/forum/posts/Post.vue
@@ -202,7 +202,7 @@ const removePostHighlight = id => {
</a>
<button
type="button"
- class="ballon-action__button"
+ class="ballon-action__button button-base"
@click="copyToClipboard"
:title="$gettext('Kopieren')"
:aria-label="$gettext('Kopieren')"
diff --git a/resources/vue/components/forum/posts/PostReactions.vue b/resources/vue/components/forum/posts/PostReactions.vue
index 767e48e..31643ba 100644
--- a/resources/vue/components/forum/posts/PostReactions.vue
+++ b/resources/vue/components/forum/posts/PostReactions.vue
@@ -118,7 +118,7 @@ const reactionShowDialog = reactive({
<template v-for="(reaction, emoji) in groupedReactions" :key="emoji">
<button
type="button"
- class="post-reaction"
+ class="post-reaction button-base"
:class="{
'--active': findUserReaction(emoji, reaction)
}"
@@ -135,7 +135,7 @@ const reactionShowDialog = reactive({
<button
v-if="!forumConfig.allowGuestAccess"
type="button"
- class="post-reactions__add-reaction"
+ class="post-reactions__add-reaction button-base"
:title="$gettext('Reagieren')"
:aria-label="$gettext('Reagieren')"
:aria-pressed="showReactions"
@@ -145,7 +145,7 @@ const reactionShowDialog = reactive({
<button
v-if="transformedReactions.length"
type="button"
- class="post-reactions__show-reactions"
+ class="post-reactions__show-reactions button-base"
:title="$gettext('Reaktionen anzeigen')"
:aria-label="$gettext('%{count} Reaktionen anzeigen', { count: transformedReactions.length })"
@click="reactionShowDialog.isOpen = true">