feat: Context menu on data-table.

This commit is contained in:
Ahmed Bouhuolia
2020-06-21 19:23:12 +02:00
parent 15bcd55979
commit 53cc8ba057
9 changed files with 337 additions and 223 deletions

View File

@@ -123,6 +123,10 @@
.tr:hover .td{
background: #fafafa;
}
.tr.is-context-menu-active .td{
background: #F3FAFC;
}
.td.actions .#{$ns}-button{
background: #E6EFFB;
border: 0;
@@ -267,4 +271,3 @@
}
}
}