From e533c06df32056f663c87ccfdf0d1f865994a053 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nikola=20=C4=8Cech?= Date: Mon, 21 Jan 2019 11:02:56 +0100 Subject: [PATCH] BUGFIX: RAIL-1245 Fix focus state in table cells --- styles/scss/pivotTable.scss | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/styles/scss/pivotTable.scss b/styles/scss/pivotTable.scss index a2eeb15d2f..560e2bf339 100644 --- a/styles/scss/pivotTable.scss +++ b/styles/scss/pivotTable.scss @@ -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,