mirror of
https://github.com/makeplane/plane.git
synced 2025-12-16 11:57:56 +01:00
chore: home and power k
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { useState, useEffect } from "react";
|
||||
import { useState, useEffect } from "react";
|
||||
import { useParams } from "next/navigation";
|
||||
// plane imports
|
||||
import { WORKSPACE_DEFAULT_SEARCH_RESULT } from "@plane/constants";
|
||||
|
||||
@@ -10,7 +10,8 @@
|
||||
[cmdk-item] {
|
||||
@apply flex items-center justify-between cursor-pointer bg-layer-transparent text-body-xs-regular p-2 rounded-md;
|
||||
|
||||
&:focus, &[aria-selected="true"] {
|
||||
&:focus,
|
||||
&[aria-selected="true"] {
|
||||
@apply bg-layer-transparent-active;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user