Remove button move on :active state

This commit is contained in:
Michael Rose 2016-03-21 16:00:18 -04:00
parent c09a8b2c6f
commit 3925087ac2

View file

@ -22,10 +22,6 @@
border: 0 !important;
border-radius: $border-radius;
cursor: pointer;
&:active {
// move button slightly on click
transform: translateY(1px);
}
&:hover {
background-color: mix(white, #000, 20%);
}