From 87a7806ef5957ca887ba8dff7de969c3a714cd74 Mon Sep 17 00:00:00 2001 From: alex Date: Wed, 24 Feb 2016 14:59:32 +0300 Subject: [PATCH] refactor(smartTables): remove tr border for contextual table --- src/sass/theme/_table.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/sass/theme/_table.scss b/src/sass/theme/_table.scss index a651eb5..19e4586 100644 --- a/src/sass/theme/_table.scss +++ b/src/sass/theme/_table.scss @@ -242,18 +242,23 @@ body.badmin-transparent { } .table > tbody > tr.primary > td { background-color: $primary; + border: none; } .table > tbody > tr.success > td { background-color: $success; + border: none; } .table > tbody > tr.warning > td { background-color: $warning; + border: none; } .table > tbody > tr.danger > td { background-color: $danger; + border: none; } .table > tbody > tr.info > td { background-color: $info; + border: none; } .editable-click, a.editable-click {