update tooltip styling to bootstrap

This commit is contained in:
Karen Bradshaw
2020-10-05 12:01:39 -04:00
parent 9e01fb5560
commit be9e8e9ad8
6 changed files with 26 additions and 69 deletions
+7
View File
@@ -552,3 +552,10 @@ body.td-documentation {
}
}
/* glossary tooltip */
.glossary-tooltip {
display: inline-block;
border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
color: black;
text-decoration: none !important;
}