From f79a7ab4fd92f72fa7aa677c231fe9e95b7619c0 Mon Sep 17 00:00:00 2001 From: Martin Wragg Date: Thu, 3 Mar 2016 13:43:56 -0800 Subject: [PATCH] Fix for bug where column and row cell borders were not working correctly. --- css/aha-table.css | 3 --- sass/aha-table-predix.scss | 4 ---- 2 files changed, 7 deletions(-) diff --git a/css/aha-table.css b/css/aha-table.css index eefcdcd..3e0029d 100644 --- a/css/aha-table.css +++ b/css/aha-table.css @@ -1857,9 +1857,6 @@ label { background-color: transparent; box-shadow: none; } -.td { - border: 1px solid #b1b1bc !important; } - .cell__edit { background-color: #efeff4; border: 1px double #3e87e8 !important; diff --git a/sass/aha-table-predix.scss b/sass/aha-table-predix.scss index 2f2e660..a885344 100644 --- a/sass/aha-table-predix.scss +++ b/sass/aha-table-predix.scss @@ -70,10 +70,6 @@ common/abstract rules go in px-data-table-sketch.scss, not in this file. } } -.td { - border: $inuit-table-border-width solid $inuit-table-border-color !important; -} - .cell__edit{ background-color: $inuit-forms-background; border: $inuit-table-border-width double $primary-blue !important;