Open hopeng opened 8 years ago
you can add this to your css
tbody > .md-row:hover { background-color: #EEEEEE; }
Thanks! it works perfectly
Yeah, this was stumping me as well. Yes, the provided solution works perfectly. But if it's so simple, couldn't we have a directive such as md-row-hover
to add to the table so that it does this automatically? Or better yet... why doesn't it just do it automatically anyway? Just curious --- it's not a huge thing.
Is there a way to suppress the row highlight on mouse hover even when row selection is turned on?
Hi I don't seem to see this option. The row is highlighted on hover when table is enabled for selection. But I want this behavior for non selectable table as well, it's very useful when looking at wide tables. Is it possible? Thanks