@@ -, +, @@ - In the OPAC, perform a search. - In the search results facets sidebar, confirm that links are not underlined. - At the top of the search results table, confirm that the "Select all" and "Clear all" links are not underlined. --- koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss | 2 -- 1 file changed, 2 deletions(-) --- a/koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss +++ a/koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss @@ -2099,7 +2099,6 @@ input { a { font-weight: normal; - text-decoration: underline; } .facet-count { @@ -2208,7 +2207,6 @@ input { .CheckNone { font-weight: normal; margin: 0 .5em; - text-decoration: underline; } .sep { --