mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-28 04:11:16 +01:00
Pair checkboxes and fix twig indent
This commit is contained in:
@@ -309,7 +309,7 @@ const _SidebarItem = forwardRef(function SidebarItem(
|
||||
className={classnames(
|
||||
buttonClassName,
|
||||
'w-full',
|
||||
editing && 'focus-within:border-blue-400/40',
|
||||
editing && 'focus-within:border-focus',
|
||||
active
|
||||
? 'bg-gray-200/70 text-gray-900'
|
||||
: 'text-gray-600 group-hover/item:text-gray-800 active:bg-gray-200/30',
|
||||
|
||||
Reference in New Issue
Block a user