Merge pull request #52 from Alfresco/dev-denys-ACA-1002

[ACA-1001] update location link styling
This commit is contained in:
Cilibiu Bogdan
2017-11-14 12:26:15 +02:00
committed by GitHub

View File

@@ -94,6 +94,11 @@ adf-document-list {
a {
text-decoration: none;
color: $alfresco-primary-text-color;
&:hover {
color: $alfresco-primary-accent--default;
text-decoration: underline;
}
}
}