[ADF-4386] - fix style and remove value from tooltip (#4587)

This commit is contained in:
Silviu Popa
2019-04-10 19:03:55 +03:00
committed by Eugenio Romano
parent 1eea972d6c
commit 61ee1f1d53
3 changed files with 17 additions and 25 deletions

View File

@@ -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;
}
}