feat: grey out long activities when a short activity is selected
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user