mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-20 13:39:27 +00:00
makes the dropdown button of the menu points darker to make them more visible
This commit is contained in:
@@ -67,6 +67,12 @@ html {
|
||||
/* border-color: var(--fhc-cis-menu-lvl-1-border-hover); */
|
||||
background-color: var(--fhc-cis-menu-lvl-1-bg-hover);
|
||||
}
|
||||
|
||||
/* makes the dropdown button darker*/
|
||||
#cis-header .btn-level-1+.btn:not(.btn-level-1){
|
||||
background-color:var(--fhc-cis-menu-lvl-1-bg-hover) !important;
|
||||
}
|
||||
|
||||
#cis-header .btn-level-2,
|
||||
#cis-header .btn-level-2 + .btn,
|
||||
#cis-nav .btn-level-2,
|
||||
|
||||
@@ -148,19 +148,7 @@ export default {
|
||||
</div>
|
||||
<template v-else>
|
||||
<template v-if="hasChilds">
|
||||
<a v-if="link.substr(0, 1) == '#'"
|
||||
@click.prevent="toggleCollapse"
|
||||
:aria-expanded="entry.menu_open"
|
||||
:href="link"
|
||||
:class="{
|
||||
'btn btn-default rounded-0 w-100 text-start dropdown-toggle': true,
|
||||
['btn-level-' + level]: true,
|
||||
collapsed: !entry.menu_open
|
||||
}">
|
||||
<span :class="{'text-decoration-underline':active}">{{ entry.titel }}</span>
|
||||
|
||||
</a>
|
||||
<div v-else class="btn-group w-100">
|
||||
<div class="btn-group w-100">
|
||||
<a :href="link" :target="target"
|
||||
:class="{
|
||||
'btn btn-default rounded-0 text-start': true,
|
||||
|
||||
Reference in New Issue
Block a user