Skip to content
This repository has been archived by the owner on Dec 19, 2024. It is now read-only.

Commit

Permalink
Merge pull request #56 from mgiuffrida/mgiuffrida-patch-1
Browse files Browse the repository at this point in the history
Apply .keyboard-focus style to <content> node
  • Loading branch information
cdata committed Sep 25, 2015
2 parents b70c4a2 + 022bfe2 commit 171bc9e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions paper-button.html
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,11 @@

<paper-ripple></paper-ripple>

<paper-material class$="[[_computeContentClass(receivedFocusFromKeyboard)]]" elevation="[[_elevation]]" animated></paper-material>
<paper-material elevation="[[_elevation]]" animated></paper-material>

This comment has been minimized.

Copy link
@danbeam

danbeam Sep 25, 2015

Contributor

not a big deal, but \s\s in front of elevation now


<content></content>
<div class$="[[_computeContentClass(receivedFocusFromKeyboard)]]">
<content></content>
</div>

</template>
</dom-module>
Expand Down

0 comments on commit 171bc9e

Please sign in to comment.