Skip to content

Commit 79eed9d

Browse files
process new colors
1 parent 130848f commit 79eed9d

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -483,5 +483,6 @@ $datagrid-text-stub-background-image-path: null !default;
483483
}
484484

485485
.dx-command-ai-header-button .dx-button.dx-state-focused {
486-
outline: 2px solid $datagrid-focused-border-color;
486+
outline: 2px solid;
487+
outline-color: $datagrid-focused-border-color;
487488
}

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,5 +434,6 @@ $treelist-row-error-color: $datagrid-row-error-color;
434434
}
435435

436436
.dx-command-ai-header-button .dx-button.dx-state-focused {
437-
outline: 2px solid $treelist-focused-border-color;
437+
outline: 2px solid;
438+
outline-color: $treelist-focused-border-color;
438439
}

0 commit comments

Comments
 (0)