Skip to content

Commit

Permalink
fix: #655
Browse files Browse the repository at this point in the history
  • Loading branch information
saadeghi committed Mar 28, 2022
1 parent 9e69d9c commit 9b8f5ae
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/styled/button.css
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,9 @@

/* disabled */
&-disabled,
&[disabled] {
&-disabled:hover,
&[disabled],
&[disabled]:hover {
@apply border-opacity-0 bg-neutral bg-opacity-20 text-base-content text-opacity-20;
}

Expand Down

0 comments on commit 9b8f5ae

Please sign in to comment.