Merge "Hide buttons while loading"

This commit is contained in:
jenkins-bot 2014-04-07 09:29:09 +00:00 committed by Gerrit Code Review
commit da11d09e52

View file

@ -30,6 +30,10 @@
color: @button-text-color;
}
&.empty {
display: none;
}
&.open,
&:hover {
opacity: 1;