e82112715d
Instead of padding the container, pad individual elements that need it. This enables us to have highlighting (e.g. on hover) that spans the full width of the controlbox. updates #1069
5 lines
356 B
HTML
5 lines
356 B
HTML
<a href="#" class="group-toggle controlbox-padded" title="{{{o.desc_group_toggle}}}">
|
|
<span class="fa {[ if (o.toggle_state === o._converse.OPENED) { ]} fa-caret-down {[ } else { ]} fa-caret-right {[ } ]}">
|
|
</span> {{{o.label_group}}}</a>
|
|
<ul class="roster-group-contacts {[ if (o.toggle_state === o._converse.CLOSED) { ]} collapsed {[ } ]}"></ul>
|