mirror of
https://github.com/primer/css.git
synced 2024-11-25 18:26:14 +03:00
Remove .avatar's box-shadow when in .AvatarStack-body (#1869)
* Remove .avatar's box-shadow when in .AvatarStack-body fixes #1850 * Add changeset * Update dry-clocks-speak.md Co-authored-by: Jon Rohan <rohan@github.com>
This commit is contained in:
parent
0db602d81b
commit
868f61a199
5
.changeset/dry-clocks-speak.md
Normal file
5
.changeset/dry-clocks-speak.md
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
"@primer/css": patch
|
||||
---
|
||||
|
||||
Minor bugfix for AvatarStack. Removing the box-shadow from the AvatarStack-body on hover.
|
@ -36,6 +36,7 @@
|
||||
border-right: $border-width $border-style var(--color-canvas-default);
|
||||
// stylelint-disable-next-line primer/borders
|
||||
border-radius: $border-radius-1;
|
||||
box-shadow: none;
|
||||
transition: margin 0.1s ease-in-out;
|
||||
|
||||
&:first-child {
|
||||
|
Loading…
Reference in New Issue
Block a user