Fix border on <button> hover

This commit is contained in:
Nikita Karamov 2020-06-26 17:26:43 +02:00
parent ab1ee0613a
commit 7a695a6567
No known key found for this signature in database
GPG Key ID: E40DFE6E993540FF
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ $width: $button-size - 2*$padding-hor;
vertical-align: middle;
&:hover {
border: none;
cursor: pointer;
opacity: .7;
}