From 9331838f754f8c38c7be52bd334e2348ec76e9e5 Mon Sep 17 00:00:00 2001 From: Yashu Mittal Date: Thu, 28 Mar 2019 14:44:12 +0530 Subject: [PATCH] Add border to last item in file change list With few items in the list, and not having border at the last item it was looking weird. --- src/renderer/components/workspacePage.vue | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/renderer/components/workspacePage.vue b/src/renderer/components/workspacePage.vue index 0a210756..3fd372ce 100644 --- a/src/renderer/components/workspacePage.vue +++ b/src/renderer/components/workspacePage.vue @@ -199,14 +199,12 @@ export default { height: calc(90vh - (41px + 102px)) &__item + border-bottom: 1px solid #DEE0E3 font-size: 12px color: #2E3034 padding: 6px 10px cursor: pointer - &:not(:last-child) - border-bottom: 1px solid #DEE0E3 - &__checkbox margin-right: 5px