Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(26)

Unified Diff: third_party/polymer/components/paper-dialog-behavior/paper-dialog-shared-styles.html

Issue 2113853002: Run bower update (Closed) Base URL: https://github.com/catapult-project/catapult@polymer10-migration
Patch Set: Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/polymer/components/paper-dialog-behavior/paper-dialog-shared-styles.html
diff --git a/third_party/polymer/components/paper-dialog-behavior/paper-dialog-shared-styles.html b/third_party/polymer/components/paper-dialog-behavior/paper-dialog-shared-styles.html
index 828c2f59c938f4b9acd9d64717d616ae97a07d1d..35ea74bd7fb1a9521365fd5f4ad50e36a89f7351 100644
--- a/third_party/polymer/components/paper-dialog-behavior/paper-dialog-shared-styles.html
+++ b/third_party/polymer/components/paper-dialog-behavior/paper-dialog-shared-styles.html
@@ -8,6 +8,26 @@ Code distributed by Google as part of the polymer project is also
subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
-->
+<link rel="import" href="../polymer/polymer.html">
+<link rel="import" href="../iron-flex-layout/iron-flex-layout.html">
+<link rel="import" href="../paper-styles/default-theme.html">
+<link rel="import" href="../paper-styles/typography.html">
+<link rel="import" href="../paper-styles/shadow.html">
+
+<!--
+### Styling
+
+The following custom properties and mixins are available for styling.
+
+Custom property | Description | Default
+----------------|-------------|----------
+`--paper-dialog-background-color` | Dialog background color | `--primary-background-color`
+`--paper-dialog-color` | Dialog foreground color | `--primary-text-color`
+`--paper-dialog` | Mixin applied to the dialog | `{}`
+`--paper-dialog-title` | Mixin applied to the title (`<h2>`) element | `{}`
+`--paper-dialog-button-color` | Button area foreground color | `--default-primary-color`
+-->
+
<dom-module id="paper-dialog-shared-styles">
<template>
<style>

Powered by Google App Engine
This is Rietveld 408576698