fix(helpdesk): remove 'Ticket communication' section title entirely

Remove the heading and the CSS override — communication feed starts
directly without a title in the ticket detail view.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-05 22:07:16 +02:00
parent 2bb01e1eab
commit be4d89b6fe
2 changed files with 0 additions and 4 deletions

View File

@@ -46,7 +46,6 @@ $backUrl = $ticketCustomerNo !== '' ? lurl('helpdesk/debitor/' . rawurlencode($t
<!-- Communication feed — main content, loaded async -->
<div class="helpdesk-ticket-detail-content">
<section>
<h3 class="helpdesk-support-section-title"><?php e(t('Ticket communication')); ?></h3>
<div id="ticket-communication-loading">
<?php for ($i = 0; $i < 6; $i++): ?>
<div class="helpdesk-skeleton helpdesk-skeleton-aside-bubble <?php e($i % 2 === 1 ? 'helpdesk-skeleton-aside-bubble-alt' : ($i % 3 === 0 ? 'helpdesk-skeleton-aside-bubble-short' : '')); ?>"></div>

View File

@@ -1312,9 +1312,6 @@
max-height: none;
}
.helpdesk-ticket-detail-content .helpdesk-support-section-title::after {
display: none;
}
/* --- Controlling dashboard --- */