Skip to content

Commit be0296d

Browse files
committed
Hover fixes
1 parent 922dd4a commit be0296d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/pg/treeButtonIcon/treeButtonIcon.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
}
1313

1414
[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);
15+
box-shadow: 0 0 0.125rem rgba(0, 0, 0, 0.25);
16+
background-color: rgba(255, 255, 255, 0.5);
17+
border-radius: 0.125rem;
1718
}

0 commit comments

Comments
 (0)