Update buttons.less

Button click state for issue #63
This commit is contained in:
Nilanno 2017-11-22 15:19:41 +01:00 committed by GitHub
parent f3ee817270
commit 1fcceefb80
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,6 +27,10 @@ button, .paper-btn, input[type="button"] {
&:hover{
.shadow-hover;
}
:active {
border-color: hsla(0,0%,0%,.2);
transition: none;
}
&.disabled, &[disabled]{
.disabled;
}
@ -46,4 +50,4 @@ a {
text-decoration: none;
color: @primary;
}
}
}