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 {
|
.adf-location-cell {
|
||||||
a {
|
a {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: #2196F3;
|
color: $alfresco-primary-text-color;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
color: $alfresco-app-color--default;
|
color: #2196F3;
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user