diff options
| author | Henry Jameson <me@hjkos.com> | 2024-03-25 19:13:04 +0200 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2024-03-25 19:13:04 +0200 |
| commit | 4c10cf21a012d458f2ad7c7e144b8320f3ae4dd7 (patch) | |
| tree | b7ba6273eea16a71941671387c23acb7cbb7ed3f /src | |
| parent | f3d3901a9216efe304cb6fe06d738e4d3e2c78f8 (diff) | |
please the stylint
Diffstat (limited to 'src')
| -rw-r--r-- | src/components/emoji_input/emoji_input.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/emoji_input/emoji_input.vue b/src/components/emoji_input/emoji_input.vue index b24ff19d..9bd5c8f4 100644 --- a/src/components/emoji_input/emoji_input.vue +++ b/src/components/emoji_input/emoji_input.vue @@ -144,7 +144,7 @@ textarea { flex: 1 0 auto; color: inherit; - // stylint-disable-next-line declaration-no-important + /* stylelint-disable-next-line declaration-no-important */ background: none !important; box-shadow: none; border: none; |
