From 1e08d4e575c17e3adeb69fabe417c69348810035 Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Fri, 18 Dec 2020 16:36:35 -0500 Subject: [PATCH] fix: red pin colouration does not apply for non-admins and single pins... --- less/categories.less | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/less/categories.less b/less/categories.less index 7ec27ba..481f925 100644 --- a/less/categories.less +++ b/less/categories.less @@ -114,12 +114,14 @@ margin-right: 5px; } } + + [component="topic/header"] > i[component="topic/pinned"] { + color: @brand-danger; + } } &.ui-sortable > li .content h2 { > [component="topic/pinned"] { - color: rgb(200, 0, 0); - &:after { position: absolute; top: 0.5rem;