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

github.com/nextcloud/tasks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorRaimund Schlüßler <raimund.schluessler@mailbox.org>2020-07-27 22:24:47 +0300
committerRaimund Schlüßler <raimund.schluessler@mailbox.org>2020-07-27 22:24:47 +0300
commit1af0390ebd39f5329fb63e46db3cdb71bbc08042 (patch)
tree8c77e1da3d927e3d7119e69a49b57be597e971e8 /css
parent8c911b97c3409b47a9a9d38f393fcf5dc8cd2ca1 (diff)
Show correct corner for input of last task in tree
Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
Diffstat (limited to 'css')
-rw-r--r--css/src/style.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/css/src/style.scss b/css/src/style.scss
index 134e8af6..2e37b3cf 100644
--- a/css/src/style.scss
+++ b/css/src/style.scss
@@ -486,6 +486,7 @@ $blue_due: #4271a6; // due dates and low importance
// Don't show round corners if any of the ancestors is not the last in the (sub-)list
&:not(:last-child) {
+ &.add-task input,
.add-task input {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;