GatienH / gm-staging

0 stars 0 forks source link

Mobile - fix hover and onclicks behaviours #31

Closed GatienH closed 3 years ago

GatienH commented 3 years ago

When back to previous page :

GatienH commented 3 years ago

Logos issue fixed by #39

GatienH commented 3 years ago

Not a bug but a feature.

If needed for btn : remove focus effect

.btn a:focus .btn-bg {
  fill:none;
}

.btn a:focus .btn-gap {
  stroke:none;
}