From: Stephanie Leary Date: Fri, 12 May 2023 15:47:26 +0000 (+0000) Subject: LP2011056 Color contrast for links in tooltips X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=refs%2Fheads%2Fuser%2Fsleary%2Flp2011056-tooltip-link-contrast;p=working%2FEvergreen.git LP2011056 Color contrast for links in tooltips Forces links in tooltips to inherit the parent text color. Signed-off-by: Stephanie Leary --- diff --git a/Open-ILS/src/eg2/src/styles.css b/Open-ILS/src/eg2/src/styles.css index ca59afa619..78f0ce51e0 100644 --- a/Open-ILS/src/eg2/src/styles.css +++ b/Open-ILS/src/eg2/src/styles.css @@ -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;