Skip to content
Snippets Groups Projects
Commit dd6d980c authored by Lujain Abou Assali's avatar Lujain Abou Assali
Browse files

added scss to the tooltip

parent 0749f47f
No related merge requests found
......@@ -164,7 +164,7 @@ export class CreateCommentComponent implements OnInit {
for (let i = 0; i < displayOptions; i++) {
suggestionsHTML += '<span class="suggestions"' +
' style="color: white; display: block; text-align: center; cursor: pointer;">' +
' style="color: black; display: block; text-align: center; cursor: pointer;">' +
suggestions[i].value + '</span>'
}
......@@ -173,7 +173,7 @@ export class CreateCommentComponent implements OnInit {
' <span style="text-decoration: underline wavy red; cursor: pointer;">' +
wrongWord +
' </span>' +
' <div class="dropdownBlock" style="display: none; width: 160px; background-color: black; color: #fff; text-align: center; border-radius: 6px; padding: 5px 0; position: absolute; z-index: 1000; bottom: 100%; left: 50%; margin-left: -80px;">' +
' <div class="dropdownBlock" style="display: none; width: 113px; background-color: white; border-style: solid; border-color: var(--primary); color: #fff; text-align: center; border-radius: 6px; padding: 5px 0; position: absolute; z-index: 1000; bottom: 100%; left: 50%; margin-left: -80px;">' +
suggestionsHTML +
' </div>' +
'</div>';
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment