1
1
mirror of https://github.com/primer/css.git synced 2024-11-10 07:58:36 +03:00
This commit is contained in:
Sophie Shepherd 2017-10-27 16:47:11 -05:00
parent f0393d7019
commit 314b6300e9

View File

@ -102,16 +102,13 @@
&::after {
display: block;
width: 17px;
height: 20px;
content: "";
background: $gray-200;
border-radius: 2px;
outline: $border-width $border-style $white;
}
&::after {
width: 17px;
background: $gray-200;
}
}
.AvatarStack:hover .avatar-more {