Skip to content

Commit d12fd75

Browse files
committed
fix outline offset
1 parent 4c17c4b commit d12fd75

File tree

1 file changed

+1
-1
lines changed
  • packages/devextreme-scss/scss/widgets/base/dataGrid

1 file changed

+1
-1
lines changed

packages/devextreme-scss/scss/widgets/base/dataGrid/_index.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@ $datagrid-text-stub-background-image-path: null !default;
485485
right: 0;
486486
outline: 2px solid;
487487
outline-color: $datagrid-focused-border-color;
488-
outline-offset: -2px;
488+
outline-offset: -1px;
489489
z-index: 4; // should overlap sticky column cells
490490
pointer-events: none;
491491
background-color: transparent;

0 commit comments

Comments
 (0)