knowlegegraph-studio/app/components/Button/index.module.less

14 lines
157 B
Plaintext

@import '@app/common.less';
svg.btnIcon {
color: #262626;
cursor: pointer;
}
svg.btnActived {
color: @blue;
}
svg.btnDisabled {
cursor: not-allowed;
}