V10.434 complete PChome review closure controls

This commit is contained in:
OoO
2026-05-24 16:59:18 +08:00
parent a1df2bc8d5
commit 105178e50b
9 changed files with 45 additions and 5 deletions

View File

@@ -1007,6 +1007,18 @@
filter: brightness(0.94);
}
.dashboard-review-action.is-research {
color: var(--momo-accent-strong);
border-color: rgba(188, 117, 48, 0.42);
background: rgba(188, 117, 48, 0.08);
}
.dashboard-review-action.is-research:hover {
color: var(--momo-text-inverse);
background: var(--momo-accent-strong);
border-color: var(--momo-accent-strong);
}
.dashboard-review-action:disabled {
cursor: wait;
opacity: 0.58;