fix(ui): Remove unused CSS selector ".sm-btn > :not([hidden]) ~ :not([hidden])"

This commit is contained in:
Christian Ditaputratama 2024-10-28 20:49:27 +07:00
parent b340849d9d
commit dd0095a767
No known key found for this signature in database
GPG key ID: 31D3D06D77950979

View file

@ -60,9 +60,6 @@
</section>
<style lang="postcss">
.sm-btn {
@apply btn btn-sm variant-ghost-surface hover:variant-soft-secondary;
}
.disabled {
@apply cursor-not-allowed;
}