Update styles for shadow dom

- Create a shared style module that is included in every custom element
- Add the shared style module to each existing element

Change-Id: I1ee382955afe4ff630548a6640e7c4d03688849d
This commit is contained in:
Becky Siegel
2017-06-01 15:31:55 -07:00
parent 7284ac7f89
commit b159a7f5cc
75 changed files with 225 additions and 79 deletions

View File

@@ -17,10 +17,11 @@ limitations under the License.
<link rel="import" href="../../../bower_components/polymer/polymer.html">
<link rel="import" href="../../../behaviors/gr-tooltip-behavior/gr-tooltip-behavior.html">
<link rel="import" href="../../../behaviors/keyboard-shortcut-behavior/keyboard-shortcut-behavior.html">
<link rel="import" href="../../../styles/shared-styles.html">
<dom-module id="gr-button">
<template strip-whitespace>
<style>
<style include="shared-styles">
:host {
background-color: #f5f5f5;
border: 1px solid #d1d2d3;