ohayolibs
Version:
Ohayo is a set of essential modules for ohayojp.
16 lines (14 loc) • 459 B
text/less
@import '../../../theme/theme-default.less';
@down-file-prefix: ~'.down-file';
@{down-file-prefix} {
&__not-support {
// @down-file-not-support-behavior
.down-file-not-support-behavior-mixin(@value) when (@value = 'disabled') {
pointer-events: none;
}
.down-file-not-support-behavior-mixin(@value) when (@value = 'hidden') {
display: none;
}
.down-file-not-support-behavior-mixin(@down-file-not-support-behavior);
}
}