mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-31 06:23:08 +02:00
Remove focus on env sidebar buttons
This commit is contained in:
@@ -228,7 +228,7 @@ function SidebarButton({
|
|||||||
className={classNames(
|
className={classNames(
|
||||||
className,
|
className,
|
||||||
'flex text-sm text-left w-full mb-1 h-xs',
|
'flex text-sm text-left w-full mb-1 h-xs',
|
||||||
'text-gray-600 hocus:text-gray-800 !ring-0',
|
'text-gray-600 hocus:text-gray-800 focus:outline-none',
|
||||||
active && '!text-gray-900',
|
active && '!text-gray-900',
|
||||||
)}
|
)}
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user