Skip to content

Commit

Permalink
fix: ListBox hover/focus state
Browse files Browse the repository at this point in the history
  • Loading branch information
MildTomato committed Feb 28, 2022
1 parent 0e4ed92 commit 84068fc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/lib/theme/defaultTheme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1521,6 +1521,11 @@ export default {
transition cursor-pointer select-none relative py-2 pl-3 pr-9
text-scale-900
text-sm
focus:bg-scale-300 dark:focus:bg-scale-500
focus:text-scale-1200
border-none
focus:outline-none
`,
option_active: `text-scale-1200 bg-scale-600`,
option_disabled: `cursor-not-allowed opacity-50`,
Expand Down

0 comments on commit 84068fc

Please sign in to comment.