Merge pull request #64 from Nilanno/patch-1

Update buttons.less
This commit is contained in:
Rhyne 2017-11-23 11:12:07 -05:00 committed by GitHub
commit 29efe4a06e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,7 +27,14 @@ button, .paper-btn, [type="button"] {
display: block;
width: 100%;
}
&.disabled, &[disabled]{
&:hover {
.shadow-hover;
}
&:active {
border-color: hsla(0,0%,0%,.2);
transition: none;
}
&.disabled, &[disabled] {
.disabled;
}
}
@ -62,4 +69,4 @@ a {
}
}
.make-button-color-classes();
.make-button-color-classes();