Skip to content
Snippets Groups Projects
Unverified Commit 7ea1718c authored by Olivia Simonet's avatar Olivia Simonet Committed by GitHub
Browse files

Correction du soulignement des liens dans le header (#518)

parent c8e6bab0
No related branches found
No related tags found
No related merge requests found
......@@ -7,10 +7,13 @@
opacity: 0
.menu
a,
a:focus,
a:active
@include link($header-color, false)
@include media-breakpoint-down(desktop)
-webkit-flex-basis: 100vw
display: none
flex-basis: 100vw
margin-top: $spacing-3
max-height: var(--header-menu-max-height)
overflow: auto
span
color: $header-color
ul
......@@ -46,9 +49,10 @@
position: absolute
max-height: calc(100vh - var(--header-height))
overflow: auto
a
color: $header-dropdown-color
@extend %underline-on-hover
a,
a:focus,
a:active
@include link($header-color, false)
.dropdown-menu-title
@include h2
......@@ -59,6 +63,7 @@
@include meta
display: block
padding: $spacing-1 $spacing-2
text-decoration: none
&:last-child
a, span
padding-right: 0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment