mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
fix the location colour
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user