fix: removed seemingly useless css for post moderator tools

main
Julian Lam 4 years ago
parent b2e8620330
commit f41b12d1fd

@ -247,15 +247,6 @@
padding: 0.25em;
}
a {
color: @gray-light;
outline: none;
&[role="menuitem"] {
color: inherit;
}
}
// temporary until we build component toggling
.favourite.btn-warning, .follow.btn-success {
background: white !important;

@ -64,7 +64,7 @@
<!-- ENDIF posts.display_moderator_tools -->
{{{each posts.tools}}}
<li>
<li {{{ if ./disabled }}}class="disabled" {{{ end }}}>
<a component="{posts.tools.action}" role="menuitem" tabindex="-1" href="#">
<span class="menu-icon"><i class="fa fa-fw {posts.tools.icon}"></i></span> {{posts.tools.html}}
</a>

Loading…
Cancel
Save