Remove button move on :active state
This commit is contained in:
parent
c09a8b2c6f
commit
3925087ac2
1 changed files with 0 additions and 4 deletions
|
@ -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%);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue