[HACK] _sass: utilities: disable toggle effects

It causes some weird behaviour when transitioning.
This commit is contained in:
lifehackerhansol 2024-01-13 10:24:54 -08:00
parent 1be6e2b32e
commit cb69e85b48
No known key found for this signature in database
GPG key ID: 80FB184AFC0B3B0E

View file

@ -385,6 +385,8 @@ body:hover .visually-hidden button {
}
}
/* hacks-guide change start: disable toggle effects on navigation as it breaks the site in some cases */
/*
.greedy-nav__toggle {
&:before {
@supports (pointer-events: none) {
@ -425,6 +427,8 @@ body:hover .visually-hidden button {
}
}
}
*/
/* hacks-guide change end */
/*
Sticky, fixed to top content