soiz1's picture
Upload folder using huggingface_hub
97420cf verified
@import "../../css/colors.css";
.button {
background: none;
cursor: pointer;
user-select: none;
}
.button:active {
background-color: $motion-transparent;
}
.highlighted.button {
background-color: $motion-transparent;
}
.mod-disabled {
cursor: auto;
opacity: .5;
}
.mod-disabled:active {
background: none;
}