Remove outline when clicking on checkout progress (#1082)

This commit is contained in:
Tobias Kunze
2018-11-10 14:48:37 +01:00
committed by Raphael Michel
parent e285b7cff0
commit 0d438ad07c

View File

@@ -78,6 +78,9 @@
text-decoration: none;
}
}
a {
outline: none;
}
}
@media(max-width: $screen-sm-max) {
.checkout-step-label {