Fix display of empty counters.

master
Artem Sapegin 2014-02-04 11:00:06 +04:00
parent 8f5a7f10ec
commit 5437afa3eb
2 changed files with 4 additions and 4 deletions

View File

@ -121,7 +121,10 @@ tweak-inverted-text() {
&__counter_single {
display:inline-block;
}
&_ready &__counter_empty {
display:none;
}
// Vertical mode
&_vertical {
.social-likes__widget {

View File

@ -57,9 +57,6 @@ margin=3px;
color:hsla(0,0%,0%,.5);
cursor:default;
}
&_ready &__counter_empty {
display:none;
}
&__counter:before,
&__counter:after {