Skip to content

Commit

Permalink
BUGFIX: RAIL-1245 Fix focus state in table cells
Browse files Browse the repository at this point in the history
  • Loading branch information
czechian committed Jan 21, 2019
1 parent 08fe600 commit e533c06
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions styles/scss/pivotTable.scss
Expand Up @@ -67,8 +67,11 @@ $header-cell-resize-width: 20px;
.gd-column-group-header-0,
.gd-column-measure-0,
.ag-header-group-cell-with-group {
border-left: $cell-border;
border-left-color: $cell-border-color;
&,
&.ag-cell-focus {
border-left: $cell-border;
border-left-color: $cell-border-color;
}
}

.gd-column-index-0,
Expand Down

0 comments on commit e533c06

Please sign in to comment.