feat: grey out long activities when a short activity is selected

This commit is contained in:
2026-08-12 13:17:02 +02:00
parent fc01c503b7
commit 54420cf25a
2 changed files with 16 additions and 0 deletions
+9
View File
@@ -74,6 +74,15 @@
font-weight: 700;
}
.activity-card.is-disabled,
.activity-card:disabled {
opacity: 0.4;
cursor: not-allowed;
filter: grayscale(0.4);
box-shadow: none;
background: #f7e8ec;
}
.time-notice {
background: var(--color-white);
border: 2px solid var(--color-peach);