bugfix: added a disabled style for the btn-icon class (#2062)

This commit is contained in:
Brecht Van der Elst
2023-09-22 20:04:19 +02:00
committed by GitHub
parent 9545045bd5
commit 0bce0ff302
2 changed files with 7 additions and 1 deletions

View File

@@ -25,7 +25,8 @@
@apply button-base-styles rounded-token active:scale-[95%] active:brightness-90;
}
.btn:disabled {
.btn:disabled,
.btn-icon:disabled {
@apply !opacity-50 !cursor-not-allowed active:scale-100 hover:brightness-100;
}