From: Bill Erickson Date: Thu, 12 Jan 2023 15:55:44 +0000 (-0500) Subject: LP2000482 Bootstrap 5: Avoid default href links X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=b07d683601a7bf0d7103c8b302fc84ed3b3f9de7;p=working%2FEvergreen.git LP2000482 Bootstrap 5: Avoid default href links Signed-off-by: Bill Erickson --- diff --git a/Open-ILS/src/eg2/src/styles.css b/Open-ILS/src/eg2/src/styles.css index b3a4b7af06..2999e51b37 100644 --- a/Open-ILS/src/eg2/src/styles.css +++ b/Open-ILS/src/eg2/src/styles.css @@ -342,3 +342,11 @@ input.small { background-color: #f9dede; color: #212121; } + +/* + * https://getbootstrap.com/docs/5.0/migration/#content-reboot-etc + * Links are underlined by default. + */ +a { + text-decoration: none; +}