bots: Remove FEEDBACK_BOT implementation.

This legacy cross-realm bot hasn't been used in several years, as far
as I know.  If we wanted to re-introduce it, I'd want to implement it
as an embedded bot using those common APIs, rather than the totally
custom hacky code used for it that involves unnecessary queue workers
and similar details.

Fixes #13533.
This commit is contained in:
Tim Abbott
2020-01-24 13:39:00 -08:00
parent a4dcdd9c7b
commit d70e799466
20 changed files with 0 additions and 179 deletions

View File

@@ -227,13 +227,6 @@
}
}
#feedback_section {
text-align: left;
padding-bottom: 15px;
border-bottom: 1px solid hsl(0, 0%, 88%);
margin-right: 10px;
}
#keyboard-icon {
position: fixed;
bottom: 8px; /* bottom padding of .compose-content */