From 2362f0a6dddac44f67652cc3717d63f5b67319e3 Mon Sep 17 00:00:00 2001 From: alex Date: Thu, 18 Feb 2016 14:06:39 +0300 Subject: [PATCH] refactor(table): remove unneccessary borders --- src/sass/theme/_table.scss | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/src/sass/theme/_table.scss b/src/sass/theme/_table.scss index 288c645..e16c7cd 100644 --- a/src/sass/theme/_table.scss +++ b/src/sass/theme/_table.scss @@ -57,6 +57,10 @@ } } +.editable-wrap .btn-group.form-control{ + background-color: transparent; +} + .editable-tr-wrap { .editable-wrap { vertical-align: super; @@ -262,11 +266,10 @@ th { color: $danger-dark; } -.table > thead > tr > th, -.table > tbody > tr > th, -.table > tfoot > tr > th, -.table > thead > tr > td, -.table > tbody > tr > td, -.table > tfoot > tr > td { +.table > tbody > tr > th{ + border: none; +} +.table-striped > tbody > tr > td { + border: none; } \ No newline at end of file