Table: fix that actions in inactive rows are shown correctly

fixes #1941
This commit is contained in:
Felix Niklas 2018-04-12 11:02:41 +02:00
parent d98f78e50d
commit 3d93443b01

View file

@ -1051,11 +1051,11 @@ th.align-right {
}
.table tr.is-inactive {
opacity: 0.5;
color: #bbb;
text-decoration: line-through;
a {
color: #bbb;
color: inherit;
}
}