smart-grid-g
Version:
gantd smart-grid-g
32 lines (27 loc) • 537 B
text/less
@test:#999;
.gant{
&-dropbutton {
font-weight: bold;
font-size: 12px;
line-height: 20px;
display: inline-block;
opacity: 0;
cursor: pointer;
transition: all 0.3s;
&.DefaultShow {
opacity: 1;
}
&.SplitLine {
border-left: 1px solid rgba(128,128,128,0.2);
padding-left: 10px;
margin-left: 10px;
}
}
&-smart-table-wrapper {
&:hover {
.gant-dropbutton {
opacity: 1;
}
}
}
}