Bug 30952: Reintroduce borders in search browse links
authorJulian Maurice <julian.maurice@biblibre.com>
Tue, 13 Sep 2022 11:25:31 +0000 (13:25 +0200)
committerTomas Cohen Arazi <tomascohen@theke.io>
Wed, 12 Oct 2022 19:14:21 +0000 (16:14 -0300)
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>
koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss

index 707eed7..135c3fb 100644 (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%;