mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-16 05:44:53 +00:00
Style events depending on user participation state
Also use one-time binding for non-ghost events.
This commit is contained in:
@@ -290,6 +290,23 @@ $quarter_height: 10px;
|
||||
}
|
||||
}
|
||||
|
||||
// User participation status is "needs action"
|
||||
&--needs-action {
|
||||
border-width: 1px;
|
||||
border-style: dashed;
|
||||
opacity: 0.7;
|
||||
}
|
||||
|
||||
// User participation status is "tentative"
|
||||
&--tentative {
|
||||
opacity: 0.7;
|
||||
}
|
||||
|
||||
// User has declined the invitation
|
||||
&--declined {
|
||||
opacity: 0.4;
|
||||
}
|
||||
|
||||
.eventInside {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user