diff --git a/assets/src/scripts/base.js b/assets/src/scripts/base.js index 06e32762..d0586ec2 100644 --- a/assets/src/scripts/base.js +++ b/assets/src/scripts/base.js @@ -55,3 +55,11 @@ if (document.location.hostname === "www.opencodelists.org") { (window.plausible.q = window.plausible.q || []).push(arguments); }; } + +/** + * Enable tooltips everywhere + * https://getbootstrap.com/docs/4.6/components/tooltips/#example-enable-tooltips-everywhere + */ +$(function () { + $('[data-toggle="tooltip"]').tooltip(); +}); diff --git a/assets/src/styles/base.css b/assets/src/styles/base.css index 3167afc4..6a3f62c2 100644 --- a/assets/src/styles/base.css +++ b/assets/src/styles/base.css @@ -69,7 +69,6 @@ a:focus { } .sidebar-versions .created { - border-top: 1px dotted #ddd; font-size: 0.9rem; } diff --git a/templates/codelists/version.html b/templates/codelists/version.html index c038549b..4dc09d90 100644 --- a/templates/codelists/version.html +++ b/templates/codelists/version.html @@ -209,38 +209,41 @@