diff --git a/blazor/listview/style.md b/blazor/listview/style.md index 566ce587bf..5f13d4ed82 100644 --- a/blazor/listview/style.md +++ b/blazor/listview/style.md @@ -109,9 +109,9 @@ Use the following CSS to customize the selected list item. ```CSS -.e-listview .e-list-item.e-focused { - color: #2fa1ff; - background-color: rgb(0, 15, 100); +.e-listview .e-list-item.e-active { + color: red; + background-color: aqua; } ``` \ No newline at end of file