From 001e95fbb019182e0099f3301cf7b2b596c6bb58 Mon Sep 17 00:00:00 2001 From: Jason Etheridge Date: Wed, 14 Dec 2022 00:53:43 -0500 Subject: [PATCH] lp1857911 underline links in normal eg-grid cells Signed-off-by: Jason Etheridge Signed-off-by: Jane Sandberg --- Open-ILS/src/eg2/src/app/share/grid/grid.component.css | 4 ++++ 1 file changed, 4 insertions(+) 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; -- 2.11.0