projects
/
working
/
Evergreen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d491f93
)
LP2000482 Bootstrap 5: Avoid default href links
author
Bill Erickson
<berickxx@gmail.com>
Thu, 12 Jan 2023 15:55:44 +0000
(10:55 -0500)
committer
Stephanie Leary
<stephanie.leary@equinoxoli.org>
Wed, 1 Mar 2023 15:21:02 +0000
(15:21 +0000)
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Signed-off-by: Stephanie Leary <stephanie.leary@equinoxOLI.org>
Open-ILS/src/eg2/src/styles.css
patch
|
blob
|
history
diff --git
a/Open-ILS/src/eg2/src/styles.css
b/Open-ILS/src/eg2/src/styles.css
index
0dba496
..
bdb79f4
100644
(file)
--- 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;
+}