Skip to content

Commit 2db8186

Browse files
905715: Corrected the css code snippet for selected item customization in ListView component.
1 parent 0e8d5e3 commit 2db8186

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)