Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

md-ink-ripple effect for specific row in a table

I have a table and i want to have ink and ripple effect for specific row in the table. when i add the attribute md-ink-ripple to tr element of table, it shows the ripple for entire table. please let me know how to fix this issue.

like image 288
shyam_ Avatar asked Nov 23 '15 20:11

shyam_


1 Answers

You can add display: block; position: relative; to the row styling - but that can result in odd behavior.

like image 107
ClickerMonkey Avatar answered Jan 02 '23 22:01

ClickerMonkey