mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
bold text if acive page
This commit is contained in:
parent
b7b018f811
commit
d0fdd57b7d
@ -4,7 +4,7 @@
|
|||||||
<p></p>
|
<p></p>
|
||||||
<div class="mb-6">
|
<div class="mb-6">
|
||||||
<b-nav vertical class="w-200">
|
<b-nav vertical class="w-200">
|
||||||
<b-nav-item to="/overview" class="mb-3" active>
|
<b-nav-item to="/overview" class="mb-3">
|
||||||
<b-icon icon="house" aria-hidden="true"></b-icon>
|
<b-icon icon="house" aria-hidden="true"></b-icon>
|
||||||
{{ $t('overview') }}
|
{{ $t('overview') }}
|
||||||
</b-nav-item>
|
</b-nav-item>
|
||||||
@ -52,3 +52,8 @@ export default {
|
|||||||
},
|
},
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
<style>
|
||||||
|
.active {
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user