mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
style: page block hover effect (#1017)
This commit is contained in:
parent
c7deb00f2a
commit
88d3fa549a
@ -313,7 +313,7 @@ export const CreateUpdateBlockInline: React.FC<Props> = ({
|
|||||||
<div className="m-2 mt-6 flex">
|
<div className="m-2 mt-6 flex">
|
||||||
<button
|
<button
|
||||||
type="button"
|
type="button"
|
||||||
className={`flex items-center gap-1 rounded px-1.5 py-1 text-xs hover:bg-brand-surface-1 ${
|
className={`flex items-center gap-1 rounded px-1.5 py-1 text-xs hover:bg-brand-surface-2 ${
|
||||||
iAmFeelingLucky ? "cursor-wait bg-brand-surface-1" : ""
|
iAmFeelingLucky ? "cursor-wait bg-brand-surface-1" : ""
|
||||||
}`}
|
}`}
|
||||||
onClick={handleAutoGenerateDescription}
|
onClick={handleAutoGenerateDescription}
|
||||||
@ -330,7 +330,7 @@ export const CreateUpdateBlockInline: React.FC<Props> = ({
|
|||||||
|
|
||||||
<button
|
<button
|
||||||
type="button"
|
type="button"
|
||||||
className="ml-2 flex items-center gap-1 rounded px-1.5 py-1 text-xs hover:bg-brand-surface-1"
|
className="ml-2 flex items-center gap-1 rounded px-1.5 py-1 text-xs hover:bg-brand-surface-2"
|
||||||
onClick={() => setGptAssistantModal(true)}
|
onClick={() => setGptAssistantModal(true)}
|
||||||
>
|
>
|
||||||
<SparklesIcon className="h-4 w-4" />
|
<SparklesIcon className="h-4 w-4" />
|
||||||
|
Loading…
Reference in New Issue
Block a user