1
1
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:
Jeremy Danyow 2022-01-04 09:32:56 -08:00 committed by GitHub
parent 0db602d81b
commit 868f61a199
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,5 @@
---
"@primer/css": patch
---
Minor bugfix for AvatarStack. Removing the box-shadow from the AvatarStack-body on hover.

View File

@ -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 {