Make filesystem header a link if it is an app
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user