Skip to content

Commit

Permalink
Update nav class at Navigation Widget
Browse files Browse the repository at this point in the history
  • Loading branch information
sonvnn committed Sep 15, 2024
1 parent 0a8f4cf commit 5ff2d09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/elements/navigation/navigation.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
$bgcolor_hover = Style::getColor($params->get('bgcolor_hover', ''));
$bgcolor_active = Style::getColor($params->get('bgcolor_active', ''));

$nav_column_cls = '';
$nav_column_cls = 'as-nav-'. (empty($list_style) ? 'bar' : 'list');
$xxl_column = $params->get('nav_column_xxl', '');
$nav_column_cls .= $xxl_column ? ' as-column-xxl-' . $xxl_column : '';
$xl_column = $params->get('nav_column_xl', '');
Expand Down

0 comments on commit 5ff2d09

Please sign in to comment.