Change recent filter to use display none
This commit is contained in:
@@ -299,7 +299,7 @@ Kanboard.Board = (function() {
|
||||
}
|
||||
|
||||
if (filterRecent && ! recent) {
|
||||
item.style.opacity = "0.2";
|
||||
item.style.display = "none";
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user