Add link to edit each listed filter

This commit is contained in:
Thibaut Girka
2019-07-14 23:32:42 +02:00
committed by ThibG
parent f7fa11c4cd
commit 1b074d2a50
3 changed files with 29 additions and 1 deletions

View File

@@ -849,4 +849,13 @@
margin-left: 12px;
list-style: disc inside;
}
.filtered-status-edit-link {
color: $action-button-color;
text-decoration: none;
&:hover {
text-decoration: underline
}
}
}