mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-22 17:39:46 +01:00
Sidebar hover transitions
This commit is contained in:
@@ -198,7 +198,7 @@ const _SidebarItem = forwardRef(function SidebarItem(
|
||||
onDoubleClick={handleStartEditing}
|
||||
onKeyDown={handleKeyDown}
|
||||
className={classnames(
|
||||
'flex items-center text-sm h-xs px-2 rounded-md',
|
||||
'flex items-center text-sm h-xs px-2 rounded-md transition-colors',
|
||||
editing && 'ring-1 focus-within:ring-focus',
|
||||
isActive
|
||||
? 'bg-highlight text-gray-900'
|
||||
|
||||
Reference in New Issue
Block a user