We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 922dd4a commit be0296dCopy full SHA for be0296d
1 file changed
src/pg/treeButtonIcon/treeButtonIcon.css
@@ -12,6 +12,7 @@
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);
+ box-shadow: 0 0 0.125rem rgba(0, 0, 0, 0.25);
+ background-color: rgba(255, 255, 255, 0.5);
17
+ border-radius: 0.125rem;
18
0 commit comments