chore(Dropdown): support shortcuts

This commit is contained in:
Benjamin Canac
2022-07-23 23:53:13 +02:00
parent 5722a3ae62
commit f75fc4f864
2 changed files with 11 additions and 1 deletions

View File

@@ -313,7 +313,8 @@ export default (variantColors: string[]) => {
inactive: 'u-text-gray-700',
disabled: 'cursor-not-allowed opacity-50',
icon: 'h-5 w-5 u-text-gray-400 group-hover:u-text-gray-500 flex-shrink-0',
avatar: '-m-0.5 group-hover:u-bg-gray-200 flex-shrink-0'
avatar: '-m-0.5 group-hover:u-bg-gray-200 flex-shrink-0',
shortcuts: 'flex-shrink-0 text-xs font-semibold u-text-gray-500 ml-auto'
}
}