From 0333daae1cf9c01c3353058e85050f6d02120ec6 Mon Sep 17 00:00:00 2001 From: Denys Vuika Date: Thu, 31 Aug 2017 11:58:18 +0100 Subject: [PATCH] border style fixes for data table rows (#2264) --- .../components/datatable/datatable.component.scss | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/ng2-components/ng2-alfresco-datatable/src/components/datatable/datatable.component.scss b/ng2-components/ng2-alfresco-datatable/src/components/datatable/datatable.component.scss index 0dd2144191..660b875d91 100644 --- a/ng2-components/ng2-alfresco-datatable/src/components/datatable/datatable.component.scss +++ b/ng2-components/ng2-alfresco-datatable/src/components/datatable/datatable.component.scss @@ -62,6 +62,12 @@ outline-color: rgb(68, 138, 255); outline-style: solid; } + + &:last-child { + & > td { + border-bottom: $data-table-dividers; + } + } } } @@ -84,7 +90,6 @@ vertical-align: middle; height: $data-table-row-height; border-top: $data-table-dividers; - border-bottom: $data-table-dividers; padding-top: $data-table-cell-top; box-sizing: border-box; @@ -230,14 +235,6 @@ display: none; } - /* small desktop */ - @media all and (max-width: 1200px) { - } - - /* tablet */ - @media all and (max-width: 1024px) { - } - /* mobile phone */ @media all and (max-width: 768px) { .desktop-only {