Skip to content

Commit 5c9a0b8

Browse files
committed
add hover state style to tree group link
1 parent 2a0fcd2 commit 5c9a0b8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

example/static/css/tree.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
background-color: rgb(235, 235, 235);
55
}
66

7-
.tree-link:hover {
7+
.tree-link:hover,
8+
.tree-group-link:hover {
89
background-color: rgb(245, 245, 245);
910
}
1011

example/static/css/tree.min.css

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)