Bug 30952: Remove useless styles
authorJulian Maurice <julian.maurice@biblibre.com>
Thu, 15 Sep 2022 09:11:24 +0000 (11:11 +0200)
committerTomas Cohen Arazi <tomascohen@theke.io>
Wed, 12 Oct 2022 19:14:52 +0000 (16:14 -0300)
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 f9c99a5..96f40aa 100644 (file)
 }
 
 a {
-    &:link,
-    &:visited {
-        color: $green-text-color;
-        box-shadow: none;
-        font-size: 100%;
-    }
-
     &:hover,
     &:active,
     &:focus {
         text-decoration: underline;
-        color: $green-text-color;
-        background-color: transparent;
-        box-shadow: none;
-        font-size: 100%;
     }
 
     &:hover {