[Glitch] Add notifications for statuses deleted by moderators

Port front-end changes from 14f436c457 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
Eugen Rochko
2022-01-17 09:41:33 +01:00
committed by Claire
parent b3bf32a21e
commit 69208ef6ff
4 changed files with 488 additions and 16 deletions

View File

@@ -150,6 +150,21 @@
&:active {
outline: 0 !important;
}
&.disabled {
border-color: $dark-text-color;
&.active {
background: $dark-text-color;
}
&:active,
&:focus,
&:hover {
border-color: $dark-text-color;
border-width: 1px;
}
}
}
&__number {