css: allow to strike links

This commit is contained in:
Thomas Gelf 2017-09-27 08:39:51 +02:00
parent e40c1b83de
commit 83582e9245
1 changed files with 7 additions and 0 deletions

View File

@ -323,6 +323,13 @@ form dl {
padding: 0;
}
.strike-links a {
text-decoration: line-through;
&:hover {
text-decoration: line-through;
}
}
// TODO: figure out whether form.editor and filter-related CSS is still required
div.filter > form.search, div.filter > a {
// Duplicated by quicksearch