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=ba570bbd8d83c277fe3f8070f93dea6782e9b05e;p=working%2FEvergreen.git lp1857911 underline links in normal eg-grid cells Signed-off-by: Jason Etheridge --- 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 83a907c72a..04c0e808f6 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;