fix the location colour

This commit is contained in:
Denys Vuika 2017-11-27 11:56:01 +00:00
parent 9b9dc2fbcd
commit 6dbaf63dab

View File

@ -97,10 +97,10 @@ adf-document-list {
.adf-location-cell {
a {
text-decoration: none;
color: #2196F3;
color: $alfresco-primary-text-color;
&:hover {
color: $alfresco-app-color--default;
color: #2196F3;
text-decoration: underline;
}
}