Unverified Commit 1ee8ebc9 authored by Zeng1998's avatar Zeng1998 Committed by GitHub

fix: collapse btn cursor style (#586)

parent 6e5537d1
...@@ -91,7 +91,7 @@ ...@@ -91,7 +91,7 @@
@apply w-full relative flex flex-row justify-start items-center; @apply w-full relative flex flex-row justify-start items-center;
> .btn { > .btn {
@apply flex flex-row justify-start items-center pl-2 pr-1 py-1 my-1 text-xs rounded-lg border bg-gray-100 border-gray-200 opacity-80 shadow hover:opacity-60; @apply flex flex-row justify-start items-center pl-2 pr-1 py-1 my-1 text-xs rounded-lg border bg-gray-100 border-gray-200 opacity-80 shadow hover:opacity-60 cursor-pointer;
&.expand-btn { &.expand-btn {
@apply mt-2; @apply mt-2;
......
...@@ -118,30 +118,4 @@ ...@@ -118,30 +118,4 @@
} }
} }
} }
> .expand-btn-container {
@apply w-full relative flex flex-row justify-start items-center;
> .btn {
@apply flex flex-row justify-start items-center pl-2 pr-1 py-1 my-1 text-xs rounded-lg border bg-gray-100 border-gray-200 opacity-80 shadow hover:opacity-60;
&.expand-btn {
@apply mt-2;
> .icon-img {
@apply rotate-90;
}
}
&.fold-btn {
> .icon-img {
@apply -rotate-90;
}
}
> .icon-img {
@apply w-4 h-auto ml-1 transition-all;
}
}
}
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment