Merge branch 'main' into glitch-soc/merge-upstream

This commit is contained in:
Claire
2021-06-25 10:44:06 +02:00
5 changed files with 37 additions and 8 deletions

File diff suppressed because one or more lines are too long

View File

@ -4732,6 +4732,13 @@ a.status-card.compact:hover {
background: rgba($gold-star, 0.3);
}
}
&.disabled {
color: $white;
background-color: transparent;
cursor: default;
opacity: 0.4;
}
}
}
}