mirror of
https://github.com/LukeHagar/skeleton.git
synced 2025-12-06 04:21:15 +00:00
bugfix: added a disabled style for the btn-icon class (#2062)
This commit is contained in:
committed by
GitHub
parent
9545045bd5
commit
0bce0ff302
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user