message-feed: Remove unnecessary text shadow on date row.

This removes an unnecessary text shadow from the message feed date rows
that doesn’t show on white backgrounds and looks unreadable on dark
ones.
This commit is contained in:
Brock Whittaker
2017-11-30 13:22:03 -08:00
committed by Tim Abbott
parent f6bbc1f274
commit 180dee5c5e

View File

@@ -2441,7 +2441,6 @@ button.topic_edit_cancel {
overflow: hidden;
text-transform: uppercase;
font-size: 0.8em;
text-shadow: 1px 1px 0px #fff;
opacity: 0.5;
}