From: Jason Etheridge Date: Wed, 14 Dec 2022 05:53:43 +0000 (-0500) Subject: lp1857911 underline links in normal eg-grid cells X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=001e95fbb019182e0099f3301cf7b2b596c6bb58;p=Evergreen.git lp1857911 underline links in normal eg-grid cells Signed-off-by: Jason Etheridge Signed-off-by: Jane Sandberg --- diff --git a/Open-ILS/src/eg2/src/app/share/grid/grid.component.css b/Open-ILS/src/eg2/src/app/share/grid/grid.component.css index 721c3b2c08..0cd8bf30c0 100644 --- a/Open-ILS/src/eg2/src/app/share/grid/grid.component.css +++ b/Open-ILS/src/eg2/src/app/share/grid/grid.component.css @@ -57,6 +57,10 @@ .eg-grid-body-cell { } +.eg-grid-body-cell a[href] { + text-decoration: underline !important; +} + .eg-grid-header-cell { font-weight: bold; white-space: normal;