mirror of
https://github.com/usememos/memos.git
synced 2025-11-11 09:55:15 +08:00
fix: cursor style (#549)
This commit is contained in:
parent
939e836d1b
commit
a4b7a77016
1 changed files with 2 additions and 2 deletions
|
|
@ -61,7 +61,7 @@
|
||||||
@apply w-full flex flex-row justify-around items-center border-b border-gray-100 p-1 mb-1;
|
@apply w-full flex flex-row justify-around items-center border-b border-gray-100 p-1 mb-1;
|
||||||
|
|
||||||
> .btn {
|
> .btn {
|
||||||
@apply relative w-6 h-6 p-1 text-gray-600;
|
@apply relative w-6 h-6 p-1 text-gray-600 cursor-pointer;
|
||||||
|
|
||||||
&:hover > .tip-text {
|
&:hover > .tip-text {
|
||||||
@apply block;
|
@apply block;
|
||||||
|
|
@ -78,7 +78,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
> .btn {
|
> .btn {
|
||||||
@apply w-full text-sm leading-6 py-1 px-3 rounded justify-start;
|
@apply w-full text-sm leading-6 py-1 px-3 rounded justify-start cursor-pointer;
|
||||||
|
|
||||||
&.archive-btn {
|
&.archive-btn {
|
||||||
@apply text-orange-600;
|
@apply text-orange-600;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue