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

Commit

Permalink
Replace paper-material with paper-material-shared-styles (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
mgiuffrida authored and keanulee committed Aug 1, 2016
1 parent 4baa5be commit d7cf12c
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions paper-button.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<link rel="import" href="../polymer/polymer.html">
<link rel="import" href="../iron-flex-layout/iron-flex-layout.html">
<link rel="import" href="../paper-behaviors/paper-button-behavior.html">
<link rel="import" href="../paper-material/paper-material.html">
<link rel="import" href="../paper-material/paper-material-shared-styles.html">

<!--
Material design: [Buttons](https://www.google.com/design/spec/components/buttons.html)
Expand Down Expand Up @@ -83,7 +83,7 @@

<dom-module id="paper-button">
<template strip-whitespace>
<style include="paper-material">
<style include="paper-material-shared-styles">
:host {
@apply(--layout-inline);
@apply(--layout-center-center);
Expand Down Expand Up @@ -133,6 +133,10 @@
@apply(--paper-button-disabled);
}

:host([animated]) {
@apply(--shadow-transition);
}

paper-ripple {
color: var(--paper-button-ink-color);
}
Expand Down

0 comments on commit d7cf12c

Please sign in to comment.