Skip to content

Commit

Permalink
Merge pull request #64 from Nilanno/patch-1
Browse files Browse the repository at this point in the history
Update buttons.less
  • Loading branch information
rhyneav committed Nov 23, 2017
2 parents fdcd20c + aa70a2a commit 29efe4a
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions src/buttons.less
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}
Expand Down Expand Up @@ -62,4 +69,4 @@ a {
}
}

.make-button-color-classes();
.make-button-color-classes();

0 comments on commit 29efe4a

Please sign in to comment.