Bug 32030: Increase font-weight for nav menu only

Not the breadcrumb

Signed-off-by: Jonathan Field <jonathan.field@ptfs-europe.com>

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
Jonathan Druart 2022-08-02 16:09:04 +02:00 committed by Tomas Cohen Arazi
parent cd2884d907
commit ca05262604
Signed by: tomascohen
GPG key ID: 0A272EA1B2F3C15F

View file

@ -163,7 +163,7 @@ export default {
<style src="vue-select/dist/vue-select.css"></style>
<style>
a.router-link-active {
#navmenulist a.router-link-active {
font-weight: 700;
}