commit: c531391e871b6539cc53e919dd7cd2d6273b9ad1
parent c16f1d4e35f2d885d2aa4e5f1ee51af9e95c6bdc
Author: Henry Jameson <me@hjkos.com>
Date: Tue, 13 Feb 2024 02:31:11 +0200
fix post status form input
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/components/emoji_input/emoji_input.vue b/src/components/emoji_input/emoji_input.vue
@@ -146,7 +146,8 @@
flex: 1 0 auto;
color: inherit;
padding: 0;
- background: none;
+ // stylint-disable-next-line declaration-no-important
+ background: none !important;
box-shadow: none;
border: none;
outline: none;