From 8ba370d3a79328c6d19697258a2e6cfe5a7d3677 Mon Sep 17 00:00:00 2001 From: SimonGschnell Date: Fri, 18 Oct 2024 11:58:14 +0200 Subject: [PATCH] makes the active menu punkt bold instead of underlined --- public/js/components/Cis/Menu/Entry.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/js/components/Cis/Menu/Entry.js b/public/js/components/Cis/Menu/Entry.js index aafe19521..e6950fbad 100755 --- a/public/js/components/Cis/Menu/Entry.js +++ b/public/js/components/Cis/Menu/Entry.js @@ -205,7 +205,7 @@ export default { :class="{ 'btn btn-default rounded-0 text-start': true, ['btn-level-' + level]: true, - 'text-decoration-underline':active + 'fw-bold':active }"> {{ entry.titel }} @@ -228,7 +228,7 @@ export default { :class="{ 'btn btn-default rounded-0 w-100 text-start': true, ['btn-level-' + level]: true, - 'text-decoration-underline':active + 'fw-bold':active }"> {{ entry.titel }}