Skip to content

Commit 20f3981

Browse files
committed
Style tweaks.
1 parent e637fe1 commit 20f3981

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

src/pg/treeButtonIcon/treeButtonIcon.css

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,12 @@
66
display: flex;
77
background: transparent;
88
border: 0;
9-
padding: 0;
9+
padding: 0.125rem;
10+
margin: -0.125rem;
11+
border-radius: 0.125rem;
12+
}
13+
14+
[part="button"]:hover {
15+
box-shadow: 0 0 1px rgba(255, 255, 255, 0.5) inset;
16+
background-color: rgba(255, 255, 255, 0.2);
1017
}

0 commit comments

Comments
 (0)