tochoromero / aurelia-table

Simple functional data table for Aurelia
https://tochoromero.github.com/aurelia-table
MIT License
67 stars 25 forks source link

select does not work on striped tables #57

Closed arnonuem closed 6 years ago

arnonuem commented 6 years ago

I am using au-table 0.1.13

On striped tables only the white rows get the style which is assigned to selected-class. On the gray rows the style has no effect.

tochoromero commented 6 years ago

The class is being applied, but it seems as if not because the colours for the row is the same both when it is selected and when it is not. You will have to change your CSS to make them be different.

arnonuem commented 6 years ago

Please try to overwrite the color in CSS with "!important;" like "background-color: #eeffee !important;" Maybe thats enough.