UX: remove bookmark icon from Unread topnav

This commit is contained in:
Jeff Atwood 2014-09-07 13:20:40 -07:00
parent 5b892df2b4
commit f5e1a5a669

View file

@ -7,9 +7,6 @@
.has-icon .starred:before {
content: "\f005";
}
.has-icon .unread:before {
content: "\f02e";
}
}
}