commit: 758fc48156b59e4a9c17744dd9128f966c32c100
parent 0da19268029e7887ab2d1d84178ce7ef1b47b277
Author: Henry Jameson <me@hjkos.com>
Date: Wed, 8 Jan 2025 14:18:43 +0200
remove border around picked emoji since default theme makes toggled buttons more visible
Diffstat:
1 file changed, 0 insertions(+), 9 deletions(-)
diff --git a/src/components/emoji_reactions/emoji_reactions.vue b/src/components/emoji_reactions/emoji_reactions.vue
@@ -99,11 +99,6 @@
display: inline-flex;
justify-content: center;
align-items: center;
-
- &.-picked-reaction {
- border: 1px solid var(--accent);
- margin-right: -1px;
- }
}
}
}
@@ -154,10 +149,6 @@
}
&.-picked-reaction {
- border: 1px solid var(--accent);
- margin-left: -1px; // offset the border, can't use inset shadows either
- margin-right: -1px;
-
.svg-inline--fa {
color: var(--accent);
}