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 0db602d commit 868f61aCopy full SHA for 868f61a
.changeset/dry-clocks-speak.md
@@ -0,0 +1,5 @@
1
+---
2
+"@primer/css": patch
3
4
+
5
+Minor bugfix for AvatarStack. Removing the box-shadow from the AvatarStack-body on hover.
src/avatars/avatar-stack.scss
@@ -36,6 +36,7 @@
36
border-right: $border-width $border-style var(--color-canvas-default);
37
// stylelint-disable-next-line primer/borders
38
border-radius: $border-radius-1;
39
+ box-shadow: none;
40
transition: margin 0.1s ease-in-out;
41
42
&:first-child {
0 commit comments