File tree 1 file changed +15
-3
lines changed
1 file changed +15
-3
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,18 @@ treeview component (beta)
16
16
</u1-tree1 >
17
17
```
18
18
19
+ ``` css
20
+ u1-tree1 ::part(row):hover {
21
+ background :#00000004 ;
22
+ }
23
+ u1-tree1 [aria-selected = true ]::part(row) {
24
+ background :#00000008 ;
25
+ }
26
+ u1-tree1 ::part(row):focus {
27
+ outline :1px dotted ;
28
+ }
29
+ ```
30
+
19
31
## API
20
32
21
33
``` js
@@ -32,9 +44,9 @@ el.toggleExpand(true/false);
32
44
33
45
## Demos
34
46
35
- [custom.html](https ://raw.githack.com /u1ui/tree1.el/ main/tests/custom.html)
36
- [minimal.html](https ://raw.githack.com /u1ui/tree1.el/ main/tests/minimal.html)
37
- [test.html](https ://raw.githack.com /u1ui/tree1.el/ main/tests/test.html)
47
+ [custom.html](http ://gcdn.li /u1ui/tree1.el@ main/tests/custom.html)
48
+ [minimal.html](http ://gcdn.li /u1ui/tree1.el@ main/tests/minimal.html)
49
+ [test.html](http ://gcdn.li /u1ui/tree1.el@ main/tests/test.html)
38
50
39
51
## Settings
40
52
You can’t perform that action at this time.
0 commit comments