Fixes blurry Sign in button when hovered

This commit is contained in:
George Raptis 2019-06-05 11:58:11 +03:00
parent b1f1b9bd19
commit 1528aa3f1b
1 changed files with 1 additions and 0 deletions

View File

@ -311,6 +311,7 @@ select {
}
.signin {
backface-visibility: hidden;
border-radius: 6px;
transition-property: transform, background-color;
transition-duration: 250ms;