ui: Allow underlining for most links due to Bootstrap 5

- Bootstrap 5 underlines all links by default. Allow this change without
reverting as this is likely done to improve accessibility.

- In Networks diagram and firewall page, provide exception and remove the
underlining.

Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
Reviewed-by: Veiko Aasa <veiko17@disroot.org>
This commit is contained in:
Sunil Mohan Adapa 2024-11-17 23:11:40 -08:00 committed by Veiko Aasa
parent c842397292
commit a094f2a357
No known key found for this signature in database
GPG Key ID: 478539CAE680674E
2 changed files with 5 additions and 0 deletions

View File

@ -3,6 +3,7 @@
*/
a.dropdown-toggle {
text-decoration: none;
color: black;
}

View File

@ -32,6 +32,10 @@
margin-bottom: 2rem;
}
.connection-diagram a {
text-decoration: none; /* Not important so make them less noisy */
}
.col-image {
display: block;
width: 100%;