From 32cc3a66c8159bb7cf902f4cda1e23f78df38f85 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Wed, 10 Feb 2016 01:15:53 -0800 Subject: [PATCH] I can't deal with diagonal pushpins any more --- app/assets/stylesheets/common/base/_topic-list.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/common/base/_topic-list.scss b/app/assets/stylesheets/common/base/_topic-list.scss index 612d43c8a..358e9f2e1 100644 --- a/app/assets/stylesheets/common/base/_topic-list.scss +++ b/app/assets/stylesheets/common/base/_topic-list.scss @@ -226,7 +226,7 @@ ol.category-breadcrumb { } .fa-thumb-tack.unpinned { - @include fa-icon-rotate(315deg, 1); + @include fa-icon-rotate(180deg, 1); color: $primary; }