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;
}
}
[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;

Loading…
Cancel
Save