Hide buttons until they are loaded.

master
Artem Sapegin 2014-01-14 10:31:22 +04:00
parent b6bf82ee54
commit 4f3c08d5ec
1 changed files with 12 additions and 0 deletions

View File

@ -46,6 +46,18 @@ tweak-inverted-text() {
list-style:none !important;
}
// Hide buttons until they are loaded
.social-likes > * {
display:inline-block;
visibility:hidden;
}
.social-likes_vertical > * {
display:block;
}
.social-likes .social-likes__widget {
visibility:visible;
}
.social-likes {
&__widget {
display:inline-block;