1
1
mirror of https://github.com/primer/css.git synced 2025-01-05 21:22:57 +03:00

no border-right on last avatar in AvatarStack

This commit is contained in:
Shawn Allen 2018-06-19 14:48:46 -07:00
parent 65273a385e
commit 40aad6715e

View File

@ -88,6 +88,7 @@
}
&:last-child {
border-right: 0;
z-index: 1;
}