Table: fix that actions in inactive rows are shown correctly
fixes #1941
This commit is contained in:
parent
d98f78e50d
commit
3d93443b01
1 changed files with 2 additions and 2 deletions
|
@ -1051,11 +1051,11 @@ th.align-right {
|
||||||
}
|
}
|
||||||
|
|
||||||
.table tr.is-inactive {
|
.table tr.is-inactive {
|
||||||
opacity: 0.5;
|
color: #bbb;
|
||||||
text-decoration: line-through;
|
text-decoration: line-through;
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: #bbb;
|
color: inherit;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue