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

View File

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