mirror of
https://github.com/joomla-extensions/jedchecker.git
synced 2024-11-30 08:44:02 +00:00
Merge pull request #226 from dryabov/patch-82
Fix gray menu background in Joomla 5
This commit is contained in:
commit
fe70110ce1
@ -101,7 +101,7 @@ HTMLHelper::_('script', 'com_jedchecker/script.js', array('version' => 'auto', '
|
||||
$rule = new $class;
|
||||
?>
|
||||
<a role="tab" id="jed-<?php echo $rulename; ?>" data-bs-toggle="tab" href="#jedtab-<?php echo $rulename; ?>"
|
||||
class="list-group-item list-group-item-action d-flex justify-content-between<?php echo $i === 0 ? ' active' : ''; ?>">
|
||||
class="list-group-item list-group-item-action d-flex justify-content-between bg-light<?php echo $i === 0 ? ' active' : ''; ?>">
|
||||
<?php echo Text::_($rule->get('title')); ?>
|
||||
<span class="text-nowrap ps-1">
|
||||
<span class="badge bg-danger rounded-pill border-error"></span>
|
||||
|
Loading…
Reference in New Issue
Block a user