com.phloxui
Version:
PhloxUI Ng2+ Framework
23 lines (21 loc) • 389 B
text/less
phx-context-menu-btn {
&.phx-context-menu-btn {
.icon-down{
font-family: "PhloxGlyphicons";
font-size: 12pt;
&:before {
cursor: pointer;
content: "t";
}
}
}
button {
&.fake{
display: block; // necessary for making btn zero hide
width: 0;
height: 0;
padding: 0;
border: 0;
}
}
}