css: Remove unused `pointer` class.

We don't have an element with class pointer on it.
This commit is contained in:
Aman Agrawal 2024-07-09 06:32:38 +00:00 committed by Tim Abbott
parent a66bd21a5b
commit e3baac1ba0
1 changed files with 0 additions and 6 deletions

View File

@ -861,12 +861,6 @@ strong {
}
}
td.pointer {
vertical-align: top;
padding-top: 10px;
background-color: hsl(0deg 0% 100%);
}
.new_messages {
background-color: hsl(194deg 53% 79%);
}