Fixed menu transition in Safari
This commit is contained in:
parent
5f934d068a
commit
f2a3cdb5c1
@ -92,16 +92,21 @@
|
||||
}
|
||||
.tg_head_logo_dropdown:not(.open) .dropdown-toggle:hover .icon-bar:nth-child(1) {
|
||||
-webkit-transform: translateY(-1px);
|
||||
-moz-transform: translateY(-1px);
|
||||
-ms-transform: translateY(-1px);
|
||||
-o-transform: translateY(-1px);
|
||||
transform: translateY(-1px);
|
||||
|
||||
}
|
||||
.tg_head_logo_dropdown:not(.open) .dropdown-toggle:hover .icon-bar:nth-child(3) {
|
||||
-webkit-transform: translateY(1px);
|
||||
}
|
||||
|
||||
.tg_head_logo_dropdown.open .icon-bar:nth-child(1) {
|
||||
-webkit-transform: translate3d(0,-6px,0) rotate(-45deg);
|
||||
-moz-transform: translate3d(0,-6px,0) rotate(-45deg);
|
||||
-ms-transform: translate3d(0,-6px,0) rotate(-45deg);
|
||||
-o-transform: translate3d(0,-6px,0) rotate(-45deg);
|
||||
-webkit-transform: translate3d(0,6px,0) rotate(45deg);
|
||||
-moz-transform: translate3d(0,6px,0) rotate(45deg);
|
||||
-ms-transform: translate3d(0,6px,0) rotate(45deg);
|
||||
-o-transform: translate3d(0,6px,0) rotate(45deg);
|
||||
transform: translate3d(0,6px,0) rotate(45deg);
|
||||
}
|
||||
.tg_head_logo_dropdown.open .icon-bar:nth-child(2) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user