lp1857911 underline links in normal eg-grid cells
authorJason Etheridge <jason@EquinoxOLI.org>
Wed, 14 Dec 2022 05:53:43 +0000 (00:53 -0500)
committerJane Sandberg <js7389@princeton.edu>
Tue, 2 May 2023 21:12:26 +0000 (14:12 -0700)
Signed-off-by: Jason Etheridge <jason@EquinoxOLI.org>
Signed-off-by: Jane Sandberg <js7389@princeton.edu>

Open-ILS/src/eg2/src/app/share/grid/grid.component.css

index 721c3b2..0cd8bf3 100644 (file)
 .eg-grid-body-cell {
 }
 
+.eg-grid-body-cell a[href] {
+    text-decoration: underline !important;
+}
+
 .eg-grid-header-cell {
   font-weight: bold;
   white-space: normal;