From e5ec2b57f818cef7a2bdec46964a8b7672824394 Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Thu, 12 Jan 2023 10:55:44 -0500 Subject: [PATCH] LP2000482 Bootstrap 5: Avoid default href links Signed-off-by: Bill Erickson Signed-off-by: Stephanie Leary --- Open-ILS/src/eg2/src/styles.css | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/Open-ILS/src/eg2/src/styles.css b/Open-ILS/src/eg2/src/styles.css index c3244384dd..3f48cb92cf 100644 --- a/Open-ILS/src/eg2/src/styles.css +++ b/Open-ILS/src/eg2/src/styles.css @@ -415,4 +415,12 @@ input.small { badge.text-bg-dark { color: #000; background: #adb5bd; -} \ No newline at end of file +} + +/* + * https://getbootstrap.com/docs/5.0/migration/#content-reboot-etc + * Links are underlined by default. + */ +a { + text-decoration: none; +} -- 2.11.0