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:
9e99b65
)
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
Bill 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
patch
|
blob
|
history
diff --git
a/Open-ILS/src/eg2/src/styles.css
b/Open-ILS/src/eg2/src/styles.css
index
b3a4b7a
..
2999e51
100644
(file)
--- 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;
+}