LP2000482 Bootstrap 5: Avoid default href links
authorBill Erickson <berickxx@gmail.com>
Thu, 12 Jan 2023 15:55:44 +0000 (10:55 -0500)
committerStephanie Leary <stephanie.leary@equinoxOLI.org>
Wed, 22 Feb 2023 20:22:54 +0000 (14:22 -0600)
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Signed-off-by: Stephanie Leary <stephanie.leary@equinoxOLI.org>
Open-ILS/src/eg2/src/styles.css

index c324438..3f48cb9 100644 (file)
@@ -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;
+}