smaller font on Replies expansion

This commit is contained in:
Jeff Atwood 2015-06-29 16:25:53 -07:00
parent a6d0e4b1fb
commit b5d196fb29
2 changed files with 2 additions and 3 deletions

View File

@ -97,6 +97,7 @@ nav.post-controls {
.show-replies {
margin-left: 0;
font-size: inherit;
span.badge-posts {color: scale-color($primary, $lightness: 60%);}
&:hover {
background: dark-light-diff($primary, $secondary, 90%, -65%);
@ -104,6 +105,7 @@ nav.post-controls {
}
i {
margin-left: 5px;
font-size: 90%;
}
}

View File

@ -25,9 +25,6 @@ span.badge-posts {
.show-replies {
display: none;
i {
margin-left: 5px;
}
}
nav.post-controls {