mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-4386] - fix style and remove value from tooltip (#4587)
This commit is contained in:
committed by
Eugenio Romano
parent
1eea972d6c
commit
61ee1f1d53
@@ -557,4 +557,15 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.adf-datatable-copy-tooltip {
|
||||
position: absolute;
|
||||
background: mat-color($primary);
|
||||
color: mat-color($primary, default-contrast) !important;
|
||||
padding: 5px 10px;
|
||||
border-radius: 5px;
|
||||
bottom: 94%;
|
||||
left:0;
|
||||
z-index: 20;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user