We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90062d0 commit 5f99fa3Copy full SHA for 5f99fa3
src/cosmoz-treenode-navigator.styles.ts
@@ -30,6 +30,11 @@ export default css`
30
width: 40px;
31
height: 40px;
32
box-sizing: border-box;
33
+ color: var(--cosmoz-treenode-navigator-icon-color, currentColor);
34
+ }
35
+
36
+ .icon svg {
37
+ fill: currentColor;
38
}
39
40
.path {
@@ -80,20 +85,6 @@ export default css`
80
85
flex: auto;
81
86
82
87
83
- .icon {
84
- box-sizing: border-box;
- cursor: pointer;
- display: inline-block;
- height: 40px;
88
- line-height: 1;
89
- outline: none;
90
- padding: 8px;
91
- position: relative;
92
- user-select: none;
93
- width: 40px;
94
- z-index: 0;
95
- }
96
-
97
.node.selected {
98
background-color: var(
99
--cosmoz-listbox-active-color,
0 commit comments