Skip to content

Commit 9c411ff

Browse files
Merge pull request #4815 from syncfusion-content/905715-LV-Hf
905715: Corrected the css code snippet for selected item customization in ListView component.
2 parents 0e8d5e3 + 2db8186 commit 9c411ff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

blazor/listview/style.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,9 @@ Use the following CSS to customize the selected list item.
109109

110110
```CSS
111111

112-
.e-listview .e-list-item.e-focused {
113-
color: #2fa1ff;
114-
background-color: rgb(0, 15, 100);
112+
.e-listview .e-list-item.e-active {
113+
color: red;
114+
background-color: aqua;
115115
}
116116

117117
```

0 commit comments

Comments
 (0)