Skip to content

Commit

Permalink
More styling support related to paper-theme
Browse files Browse the repository at this point in the history
  • Loading branch information
David-Mulder committed Dec 19, 2015
1 parent 4c1021b commit 01779a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/styling.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ Sometimes you need to style content inside of a cell when using `<template>`'s.
`--paper-datatable-row-hover-color` | color of hovered row | `--paper-grey-200`
`--paper-datatable-checkbox-color` | checkbox color | `--primary-text-color`
`--paper-datatable-header-checkbox-color` | checkbox color | `--primary-text-color`
`--paper-datatable-icon-color` | icon color of editable icon | `rgba(0,0,0,.54)`

Mixins
---
Expand Down
2 changes: 1 addition & 1 deletion paper-datatable.html
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
align-items:center;
}
td.bound-cell[data-edit-icon] iron-icon.editable{
color: rgba(0,0,0,.54);
color: var(--paper-datatable-icon-color, rgba(0,0,0,.54));
width: 18px;
display: inline-block;
padding-left: 7px;
Expand Down

0 comments on commit 01779a2

Please sign in to comment.