Reduce clutter in action tables

This commit is contained in:
Robert Marshall 2021-05-31 08:32:12 +01:00
parent 8933c6a372
commit 88e2a058f6
3 changed files with 30 additions and 10 deletions

View file

@ -235,8 +235,18 @@ table.actions {
border-collapse: collapse;
width:100%;
tr:hover {
background: $Grey-300;
tr{
&.green{
background: $LightGreen-A100;
}
&.red{
background: $Red-A100;
}
&:hover {
background: $Grey-300;
}
}
td {