Hide buttons while loading

Change-Id: Icc4f9b1a80fd43320bd625350b840b2c353b0149
This commit is contained in:
Gergő Tisza 2014-04-04 22:08:11 +00:00
parent b35cd14b63
commit 06e50ae05d

View file

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