LP2011056 Color contrast for links in tooltips user/sleary/lp2011056-tooltip-link-contrast
authorStephanie Leary <stephanie.leary@equinoxoli.org>
Fri, 12 May 2023 15:47:26 +0000 (15:47 +0000)
committerStephanie Leary <stephanie.leary@equinoxoli.org>
Fri, 12 May 2023 15:47:26 +0000 (15:47 +0000)
Forces links in tooltips to inherit the parent text color.

Signed-off-by: Stephanie Leary <stephanie.leary@equinoxoli.org>
Open-ILS/src/eg2/src/styles.css

index ca59afa..78f0ce5 100644 (file)
@@ -547,6 +547,11 @@ a {
   text-decoration: none;
 }
 
+/* Fix tooltip link colors */
+.tooltip .tooltip-inner a {
+  color: inherit;
+}
+
 .input-group-text label,
 .input-group-text button {
   border: 0;