fix: red pin colouration does not apply for non-admins and single pins...

main
Julian Lam 4 years ago
parent c54a1b7729
commit 1e08d4e575

@ -114,12 +114,14 @@
margin-right: 5px; margin-right: 5px;
} }
} }
[component="topic/header"] > i[component="topic/pinned"] {
color: @brand-danger;
}
} }
&.ui-sortable > li .content h2 { &.ui-sortable > li .content h2 {
> [component="topic/pinned"] { > [component="topic/pinned"] {
color: rgb(200, 0, 0);
&:after { &:after {
position: absolute; position: absolute;
top: 0.5rem; top: 0.5rem;

Loading…
Cancel
Save