Skip to content

Commit 7b72417

Browse files
committed
Hopefully really the last paper-theme related styling fixes
1 parent 0ba1c5d commit 7b72417

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

docs/styling.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,8 @@ Variables
6767
`--paper-datatable-selection-toolbar-text-color` | color of text on selection toolbar | `--accent-color`
6868
`--paper-datatable-navigation-bar-text-color` | color of text in navigation bar |
6969
`--paper-datatable-top-toolbar-text-color` | color of text in the top toolbar | `rgba(0,0,0,.54)`
70-
`--paper-datatable-selection-toolbar-icon-color` | color of icons on selection toolbar
70+
`--paper-datatable-top-toolbar-icon-color` | color of icons in the top toolbar | ``
71+
`--paper-datatable-selection-toolbar-icon-color` | color of icons on selection toolbar |
7172

7273
Mixins
7374
---

paper-datatable-card.html

+9-9
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,13 @@
5656
@apply(--paper-font-common-base);
5757
color: var(--paper-datatable-top-toolbar-text-color);
5858
}
59-
#selectionToolbar > ::content paper-icon-button, .toolbar > ::content paper-icon-button{
59+
#selectionToolbar > ::content paper-icon-button, .toolbar > ::content paper-icon-button,
6060
#selectionToolbar > ::content paper-icon, .toolbar > ::content paper-icon,
6161
#selectionToolbar > ::content iron-icon, .toolbar > ::content iron-icon{
6262
color: var(--paper-datatable-selection-toolbar-icon-color, rgba(0,0,0,.54));
6363
}
64-
#toolbar-main > ::content paper-icon-button, #toolbar-main > ::content paper-icon, #toolbar-main > ::content iron-icon{
65-
color: var(--paper-datatable-top-toolbar-text-color);
64+
#toolbar-main ::content paper-icon-button, #toolbar-main ::content paper-icon, #toolbar-main ::content iron-icon{
65+
color: var(--paper-datatable-top-toolbar-icon-color);
6666
}
6767
#topBlock .selectionHeader{
6868
font-size:16px;
@@ -147,14 +147,14 @@
147147
(function () {
148148
'use strict';
149149

150-
/*
151-
A [material design implementation of the tables within cards spec](https://www.google.com/design/spec/components/data-tables.html#data-tables-tables-within-cards).
150+
/*
151+
A [material design implementation of the tables within cards spec](https://www.google.com/design/spec/components/data-tables.html#data-tables-tables-within-cards).
152152
153153
154-
@element paper-datatable-card
155-
@demo demo/users-card.html Polished demo
156-
@demo demo/paper-datatable-card.html Complex demo
157-
*/
154+
@element paper-datatable-card
155+
@demo demo/users-card.html Polished demo
156+
@demo demo/paper-datatable-card.html Complex demo
157+
*/
158158

159159
Polymer({
160160

0 commit comments

Comments
 (0)