Make filesystem header a link if it is an app

This commit is contained in:
Johannes Zellner
2021-09-27 21:18:22 +02:00
parent 6a28961dde
commit e1801b7a99
3 changed files with 14 additions and 1 deletions

View File

@@ -1869,6 +1869,16 @@ tag-input {
overflow: hidden;
margin-bottom: 10px;
margin-top: 10px;
a {
text-decoration: none;
color: $text-dark;
&:hover {
text-decoration: none;
color: $brand_primary;
}
}
}
}