LP2000482 Bootstrap 5: Avoid default href links
authorBill Erickson <berickxx@gmail.com>
Thu, 12 Jan 2023 15:55:44 +0000 (10:55 -0500)
committerBill Erickson <berickxx@gmail.com>
Thu, 12 Jan 2023 15:55:44 +0000 (10:55 -0500)
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Open-ILS/src/eg2/src/styles.css

index b3a4b7a..2999e51 100644 (file)
@@ -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;
+}