Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2022-09-08 14:06:14 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2022-09-08 14:06:14 +0300
commit70bbe87a14f4f683519f2ed38723c852916a1aab (patch)
tree01dda74fc1cb13f5054ea39e991049ecdf618f02
parent43dc203f2ee1a7ac7f0e44d28498d85da0b1b022 (diff)
Remove subject input border
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
-rw-r--r--src/components/Composer.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Composer.vue b/src/components/Composer.vue
index e3f5accb4..be1968ae1 100644
--- a/src/components/Composer.vue
+++ b/src/components/Composer.vue
@@ -1412,7 +1412,7 @@ export default {
min-height: 100px;
}
-::v-deep .multiselect .multiselect__tags {
+::v-deep .multiselect .multiselect__tags, .subject {
border: none !important;
}
::v-deep .multiselect .multiselect__input {