Bug 30952: Reintroduce borders in search browse links

Issue #23

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
Julian Maurice 2022-09-13 13:25:31 +02:00 committed by Tomas Cohen Arazi
parent 675e9feda4
commit 07624601af
Signed by: tomascohen
GPG key ID: 0A272EA1B2F3C15F

View file

@ -13,7 +13,6 @@ a {
&:link,
&:visited {
color: $green-text-color;
border: 0;
background-color: transparent;
box-shadow: none;
font-size: 100%;
@ -24,7 +23,6 @@ a {
&:focus {
text-decoration: underline;
color: $green-text-color;
border: 0;
background-color: transparent;
box-shadow: none;
font-size: 100%;