Update buttons.less

This commit is contained in:
Nilanno 2017-11-22 16:52:51 +01:00 committed by GitHub
parent 1fcceefb80
commit d91cc79b79
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,7 +27,7 @@ button, .paper-btn, input[type="button"] {
&:hover{
.shadow-hover;
}
:active {
&:active {
border-color: hsla(0,0%,0%,.2);
transition: none;
}