diff --git a/assets/scss/03-organisms/_header-hamburger.scss b/assets/scss/03-organisms/_header-hamburger.scss index e00cc35983..ad3bdd3a37 100644 --- a/assets/scss/03-organisms/_header-hamburger.scss +++ b/assets/scss/03-organisms/_header-hamburger.scss @@ -245,7 +245,7 @@ body.show-menu { @media ($bp-x-small-max) { // Respect Mayflower style over the ios default styles of rounded corners. - -webkit-appearance: none; + //-webkit-appearance: none; } } } @@ -421,7 +421,6 @@ body.show-menu { & svg { fill: $c-white; height: 20px; - -webkit-transition: fill .4s; -o-transition: fill .4s; transition: fill .4s; width: 20px;