[HACK] _sass: utilities: disable toggle effects
It causes some weird behaviour when transitioning.
This commit is contained in:
parent
1be6e2b32e
commit
cb69e85b48
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue