From e4aef2438b810297aab89cb7c5f544e0893624a5 Mon Sep 17 00:00:00 2001 From: "D. Elmo Peele" Date: Sat, 17 Sep 2016 14:55:21 -0400 Subject: [PATCH] Add a mix-in to allow external styling of data-table-cell elements both in a header and out. --- data-table-cell.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/data-table-cell.html b/data-table-cell.html index bab6795..cf317ab 100644 --- a/data-table-cell.html +++ b/data-table-cell.html @@ -12,10 +12,12 @@ align-items: center; overflow: hidden; transition: flex-basis 200ms, flex-grow 200ms; + @apply(--iron-data-table-cell); } :host([header]) { height: 56px; + @apply(--iron-data-table-header-cell); } :host([hidden]) {