This commit is contained in:
@@ -841,6 +841,50 @@
|
||||
line-height: 1.45;
|
||||
}
|
||||
|
||||
.dashboard-review-actions {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
gap: 6px;
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
.dashboard-review-action {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
min-height: 26px;
|
||||
padding: 4px 8px;
|
||||
color: var(--momo-text-secondary);
|
||||
background: var(--momo-bg-paper);
|
||||
border: 1px solid var(--momo-border);
|
||||
border-radius: 4px;
|
||||
font-size: 10px;
|
||||
font-weight: 800;
|
||||
line-height: 1.2;
|
||||
transition: var(--momo-transition-base);
|
||||
}
|
||||
|
||||
.dashboard-review-action:hover {
|
||||
color: var(--momo-text-primary);
|
||||
background: var(--momo-bg-subtle);
|
||||
}
|
||||
|
||||
.dashboard-review-action.is-accept {
|
||||
color: var(--momo-text-inverse);
|
||||
background: var(--momo-success);
|
||||
border-color: var(--momo-success);
|
||||
}
|
||||
|
||||
.dashboard-review-action.is-accept:hover {
|
||||
color: var(--momo-text-inverse);
|
||||
filter: brightness(0.94);
|
||||
}
|
||||
|
||||
.dashboard-review-action:disabled {
|
||||
cursor: wait;
|
||||
opacity: 0.58;
|
||||
}
|
||||
|
||||
.dashboard-history-button {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
|
||||
Reference in New Issue
Block a user