Skip to content

Commit

Permalink
Inversion de couleur du logo du menu à l'ouverture (#626)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexisben authored Oct 1, 2024
1 parent af74065 commit 98da85b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions assets/sass/_theme/design-system/header.sass
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,17 @@ header#document-header
a:active,
span
color: inherit
@if $header-sticky-invert-logo
.logo
img, .logo-text
filter: invert(1)
@include media-breakpoint-up(desktop)
.dropdown-menu
background: $header-sticky-dropdown-background
color: $header-sticky-dropdown-color
&.is-sticky
.pagefind-ui__toggle
color: $header-sticky-color
@if $header-sticky-invert-logo
.logo
img, .logo-text
filter: invert(1)
html.is-scrolling-down:not(.has-menu-opened) &
@include media-breakpoint-down(desktop)
transform: translateY(-100%)
Expand Down

0 comments on commit 98da85b

Please sign in to comment.