aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2024-02-13 02:31:11 +0200
committerHenry Jameson <me@hjkos.com>2024-02-13 02:31:11 +0200
commitc531391e871b6539cc53e919dd7cd2d6273b9ad1 (patch)
tree1396c0ed6991a241b14d75e8442cb27149b71991
parentc16f1d4e35f2d885d2aa4e5f1ee51af9e95c6bdc (diff)
fix post status form input
-rw-r--r--src/components/emoji_input/emoji_input.vue3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/components/emoji_input/emoji_input.vue b/src/components/emoji_input/emoji_input.vue
index e09969ba..85a6cfe7 100644
--- 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;