mirror of https://github.com/zulip/zulip.git
css: Remove unused `pointer` class.
We don't have an element with class pointer on it.
This commit is contained in:
parent
a66bd21a5b
commit
e3baac1ba0
|
@ -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%);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue