Hide placeholder button.

This commit is contained in:
Arpad Csanyi
2016-05-12 23:23:09 +02:00
parent db5bfac0ac
commit 833964f054

View File

@@ -129,5 +129,11 @@
&--type {
border-right: 1px solid #000;
}
&--config {
.btn-placeholder {
visibility: hidden;
}
}
}
}