Skip to content

Conversation

@Storyyeller
Copy link

@Storyyeller Storyyeller commented Dec 20, 2016

This is the same as #165 except that it also applies the variables to data-table-checkbox, which is required in order to make the table work when multiSelect is enabled.

The reason this is necessary is because normal CSS selectors such as the following don't work with the Shadow DOM, i.e. it breaks in any browser which implements web components without a polyfill.

iron-data-table data-table-cell {
  height: 100px;
}

This change is Reviewable

@Saulis
Copy link
Owner

Saulis commented Dec 20, 2016

Hi!

Please see my comment here: #147 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants