mirror of
https://github.com/makeplane/plane.git
synced 2025-12-23 06:10:56 -06: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";
|
import { useParams } from "next/navigation";
|
||||||
// plane imports
|
// plane imports
|
||||||
import { WORKSPACE_DEFAULT_SEARCH_RESULT } from "@plane/constants";
|
import { WORKSPACE_DEFAULT_SEARCH_RESULT } from "@plane/constants";
|
||||||
|
|||||||
@@ -10,7 +10,8 @@
|
|||||||
[cmdk-item] {
|
[cmdk-item] {
|
||||||
@apply flex items-center justify-between cursor-pointer bg-layer-transparent text-body-xs-regular p-2 rounded-md;
|
@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;
|
@apply bg-layer-transparent-active;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user