Skip to content

Commit

Permalink
DataGrid: update focused row code snippet (#6758) (#6760)
Browse files Browse the repository at this point in the history
  • Loading branch information
vladaskorohodova authored Oct 29, 2024
1 parent e4a16c4 commit 44a1edb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ Set the [focusedRowEnabled](/api-reference/10%20UI%20Components/GridBase/1%20Con
.dx-datagrid-rowsview .dx-row-focused.dx-data-row .dx-command-edit:not(.dx-focused) .dx-link,
.dx-datagrid-rowsview .dx-row-focused.dx-data-row > td:not(.dx-focused),
.dx-datagrid-rowsview .dx-row-focused.dx-data-row > tr > td:not(.dx-focused) {
background-color: red;
color: #fff;
background-color: red !important;
color: #fff !important;
}

<!-- tab: Hovered -->
Expand Down

0 comments on commit 44a1edb

Please sign in to comment.