Skip to content

Commit

Permalink
Fix for bug where column and row cell borders were not working correc…
Browse files Browse the repository at this point in the history
…tly.
  • Loading branch information
mdwragg committed Mar 3, 2016
1 parent 3b7d9d7 commit f79a7ab
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
3 changes: 0 additions & 3 deletions css/aha-table.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
4 changes: 0 additions & 4 deletions sass/aha-table-predix.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit f79a7ab

Please sign in to comment.