Skip to content

Commit

Permalink
not hover when disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
devjiwonchoi committed Jan 7, 2025
1 parent f083fdd commit b5cbb56
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export const styles = css`
outline: none;
}
&:hover {
&:not(:disabled):hover {
background: var(--color-gray-alpha-100);
}
Expand Down

0 comments on commit b5cbb56

Please sign in to comment.