Skip to content

Commit

Permalink
fix(input-number): disabled button styles
Browse files Browse the repository at this point in the history
  • Loading branch information
stafyniaksacha committed Nov 28, 2023
1 parent a9f7d51 commit bb85ab2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/plugins/components/input-number/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,12 @@ export default plugin.withOptions(
[`@apply outline-none flex items-center justify-center`]: {},
[`@apply border border-muted-200 dark:border-muted-800 last:border-s-0`]:
{},
[`@apply text-muted-400 hover:text-muted-600 dark:hover:text-muted-100`]:
[`@apply text-muted-400 enabled:hover:text-muted-600 dark:enabled:hover:text-muted-100`]:
{},
[`@apply enabled:focus:text-muted-600 dark:enabled:focus:text-muted-100`]:
{},
[`@apply focus:text-muted-600 dark:focus:text-muted-100`]: {},
[`@apply transition-colors duration-300`]: {},
[`@apply disabled:cursor-not-allowed`]: {},
},
[`.${prefix}input-number-buttons svg`]: {
[`@apply h-4 w-4`]: {},
Expand Down

0 comments on commit bb85ab2

Please sign in to comment.