lp1857911 underline links in normal eg-grid cells
authorJason Etheridge <jason@EquinoxOLI.org>
Wed, 14 Dec 2022 05:53:43 +0000 (00:53 -0500)
committerJason Etheridge <jason@EquinoxOLI.org>
Wed, 12 Apr 2023 02:37:31 +0000 (22:37 -0400)
Signed-off-by: Jason Etheridge <jason@EquinoxOLI.org>
Open-ILS/src/eg2/src/app/share/grid/grid.component.css

index 83a907c..04c0e80 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;