mirror of
https://github.com/LukeHagar/skeleton.git
synced 2025-12-06 12:47:44 +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
5
.changeset/cuddly-zebras-eat.md
Normal file
5
.changeset/cuddly-zebras-eat.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@skeletonlabs/tw-plugin": patch
|
||||
---
|
||||
|
||||
bugfix: added a disabled style for the btn-icon class
|
||||
@@ -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