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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user